@charset "utf-8";

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

/* Bitter Regular */
@font-face {
  font-family: 'Bitter';
  src: url('fonts/bitter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bitter Italic */
@font-face {
  font-family: 'Bitter';
  src: url('fonts/bitter-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bitter Bold */
@font-face {
  font-family: 'Bitter';
  src: url('fonts/bitter-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Standard-Schrift global */
body {
  font-family: 'Bitter', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bitter', serif;
}
