/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

@font-face {
    font-family: 'abelregular';
    src: url('/wp-content/themes/divi-child/fonts/abel-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/divi-child/fonts/abel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alumni_sans_italic';
    src: url('/wp-content/themes/divi-child/fonts/AlumniSans-Italic-VariableFont_wght.ttf');

}

@font-face {
    font-family: 'alumni_sans';
    src: url('/wp-content/themes/divi-child/fonts/AlumniSans-VariableFont_wght.ttf');
}

h1,h2,h3,h4,h5,h6 {
    font-family:'alumni_sans_italic' !important;
    font-weight: bold !important;
}

body {
    font-family:'abelregular' !important;
}