/*!
 Theme Name: Divi-Child
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Template: Divi
 Version: 1.0.0
 Author: Mutti
 Author URI: http://muttimutti.de
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

@font-face {
  font-display: swap;
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/anton-v27-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/montserrat-v31-latin-500.woff2') format('woff2');
}

html, body {
	font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, strong, em, #top-menu a {
	font-family: 'Anton', sans-serif !important;
	font-weight: 400;
	text-transform: uppercase !important;
}