/*
 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: 'MeineSchrift';
    src: url('fonts/meine-schrift.woff2') format('woff2'),
         url('fonts/meine-schrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Globale Schrift anwenden */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, .woocommerce *, .woocommerce-page * {
    font-family: 'MeineSchrift', Arial, sans-serif;
}