

/* fonts.css - self-hosted Google fonts */

@font-face{
  font-family: "Special Elite";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/special-elite-v20-latin_latin-ext-regular.woff2") format("woff2");
}

@font-face{
  font-family: "Cutive Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/cutive-mono-v23-latin_latin-ext-regular.woff2") format("woff2");
}

@font-face{
  font-family: "Syne Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/syne-mono-v16-latin_latin-ext-regular.woff2") format("woff2");
}

/* Open Sans: meist mehrere Weights – mindestens 400 normal */
@font-face{
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/open-sans-vXX-latin-400.woff2") format("woff2");
}

/* optional: Open Sans italic 400 */
@font-face{
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/open-sans-vXX-latin-400italic.woff2") format("woff2");
}

/* optional: Open Sans 700 */
@font-face{
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/open-sans-vXX-latin-700.woff2") format("woff2");
}
