/*
Theme Name: Divi Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: Divi
*/
/*
 Theme Name: Divi Child Theme
 Template: Divi
*/
/* Nunito */
@font-face {
  font-family: 'Nunito';
  src: url('font/Nunito-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('font/Nunito-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}

/* Rubik */
@font-face {
  font-family: 'Rubik';
  src: url('font/Rubik-VariableFont_wght.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('font/Rubik-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
/* Fließtext */
body,
p,
.et_pb_text,
.et_pb_text p,
.et_pb_blurb_description,
.et_pb_module,
input,
textarea,
select,
button,
li {
  font-family: 'Nunito', sans-serif;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6,
.et_pb_module_header,
.et_pb_fullwidth_header h1,
.et_pb_slide_title,
.entry-title,
.et_pb_post h1,
.et_pb_post h2,
.et_pb_post h3,
.et_pb_post h4,
.et_pb_post h5,
.et_pb_post h6 {
  font-family: 'Rubik', sans-serif;
}

/* Buttons auch eher headline-like */
.et_pb_button,
button,
input[type="button"],
input[type="submit"] {
  font-family: 'Rubik', sans-serif;
}
