/*
 Theme Name:     Divi Child-Theme
 Description:    Divi Child-Theme
 Author:         Mareike Puschban
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/* Avenir Next Regular */
@font-face {
  font-family: 'Avenir Next';
  src: url('/wp-content/themes/divi-child/Avenir-Next-LT-Pro-Regular.woff2') format('woff2'),
       url('/wp-content/themes/divi-child/Avenir-Next-LT-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Avenir Next Demi Bold */
@font-face {
  font-family: 'Avenir Next';
  src: url('/wp-content/themes/divi-child/avenir-next-demi-bold.woff2') format('woff2'),
       url('/wp-content/themes/divi-child/avenir-next-demi-bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Avenir Next Bold */
@font-face {
  font-family: 'Avenir Next';
  src: url('/wp-content/themes/divi-child/Avenir-Next-LT-Pro-Bold.woff2') format('woff2'),
       url('/wp-content/themes/divi-child/Avenir-Next-LT-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
