/*
 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
------------------------------------------------------- */

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/divi-child/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6 {
    font-family:'Open Sans' !important;
}

body {
    font-family:'Open Sans' !important;
}

/* Remove bottom footer from divi */
#footer-bottom {
display:none;
}