/*
 Theme Name:     Divi Child
 Template:       Divi
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* Eigene Schrift einbinden */
@font-face {
  font-family: 'ManropeRegular';
  src: url('/wp-content/themes/dein-child-theme/fonts/Manrope-Regular.woff2') format('woff2'),
       url('/wp-content/themes/dein-child-theme/fonts/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* -------------------------------
   Manrope Regular für alles
--------------------------------- */

@font-face {
  font-family: 'ManropeRegular';
  src: url('fonts/Manrope-Regular.woff2') format('woff2'),
       url('fonts/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Body / Fließtext */
body, p, li, span {
    font-family: 'ManropeRegular', sans-serif;
    font-weight: 400;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
    font-family: 'ManropeRegular', sans-serif;
    font-weight: 400;
}

/* Divi Module */
.et_pb_text, .et_pb_button, .et_pb_blurb_content, .et_pb_toggle_content, .et_pb_accordion_item, .et_pb_tab_content {
    font-family: 'ManropeRegular', sans-serif;
    font-weight: 400;
}

/* Links */
a {
    font-family: 'ManropeRegular', sans-serif;
    font-weight: 400;
}


