/* TEMPLATE
@font-face {
  font-family: 'FAMILY_NAME';
  font-stretch: PERCENTAGE_RANGE_LOW_TO_HIGH;
  font-style: NORMAL_OR_ITALIC;
  font-weight: NUMERIC_RANGE_LOW_TO_HIGH;
  src: url(FONT_FILE_NAME.woff2) format('woff2');
}
*/

/* ============================================================
   BRAND-FONTS – self-hosted (DSGVO). Dateien ablegen unter:
   /assets/fonts/vollkorn-regular.woff2
   /assets/fonts/vollkorn-semibold.woff2
   /assets/fonts/vollkorn-sc-semibold.woff2
   /assets/fonts/montserrat-regular.woff2
   /assets/fonts/montserrat-medium.woff2
   /assets/fonts/montserrat-extrabold.woff2
   ============================================================ */

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

@font-face {
  font-family: 'Vollkorn';
  src: url(../fonts/vollkorn-semibold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn SC';
  src: url(../fonts/vollkorn-sc-semibold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/montserrat-medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/montserrat-semibold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/montserrat-extrabold.woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   Ältere Fonts (Unterseiten / Alt-Layout)
   ============================================================ */

@font-face {
  font-family: 'Caveat';
  src: url(../fonts/Caveat/static/Caveat-Regular.ttf);
}

@font-face {
  font-family: 'Caveat';
  src: url(../fonts/Caveat/static/Caveat-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/static/Raleway-Regular.ttf);
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/static/Raleway-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/static/Raleway-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/static/Raleway-BoldItalic.ttf);
  font-style: italic;
  font-weight: bold;
}
