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

@font-face {
  font-family: 'BespokeSans';
  src: url('/wp-content/themes/divi_child_zfd/fonts/BespokeSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BespokeSans';
  src: url('/wp-content/themes/divi_child_zfd/fonts/BespokeSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BespokeSans';
  src: url('/wp-content/themes/divi_child_zfd/fonts/BespokeSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BespokeSans';
  src: url('/wp-content/themes/divi_child_zfd/fonts/BespokeSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BespokeSerif';
  src: url('/wp-content/themes/divi_child_zfd/fonts/BespokeSerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BespokeSerif';
  src: url('/wp-content/themes/divi_child_zfd/fonts/BespokeSerif-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BespokeSerif';
  src: url('/wp-content/themes/divi_child_zfd/fonts/BespokeSerif-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BespokeSerif';
  src: url('/wp-content/themes/divi_child_zfd/fonts/BespokeSerif-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'BespokeSans', Arial, sans-serif;
  font-weight: 400;
}

p {
  font-family: 'BespokeSans', Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'BespokeSerif', serif; !important;
	font-weight: 700;
}
a {
  font-family: 'BespokeSans', serif; !important;
	font-weight: 400;
}