/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/* =========================
   THE SEASONS
========================= */
@font-face {
  font-family: "TheSeasons";
  src: 
    local("The Seasons"),
    local("TheSeasons"),
    url("/wp-content/themes/Divi-Child-Theme/fonts/TheSeasons/theseasons-400.woff2") format("woff2"),
    url("/wp-content/themes/Divi-Child-Theme/fonts/TheSeasons/theseasons-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* =========================
   MONTSERRAT 400
========================= */
@font-face {
  font-family: "Montserrat";
  src: 
    local("Montserrat Regular"),
    local("Montserrat"),
    url("/wp-content/themes/Divi-Child-Theme/fonts/Montserrat/montserrat-400.woff2") format("woff2"),
    url("/wp-content/themes/Divi-Child-Theme/fonts/Montserrat/montserrat-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* =========================
   MONTSERRAT 600
========================= */
@font-face {
  font-family: "Montserrat";
  src: 
    local("Montserrat SemiBold"),
    url("/wp-content/themes/Divi-Child-Theme/fonts/Montserrat/montserrat-600.woff2") format("woff2"),
    url("/wp-content/themes/Divi-Child-Theme/fonts/Montserrat/montserrat-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}