/* Selbstgehostete Schriften – DSGVO-konform, keine externen Requests.
   Quelle: Google Fonts (Open Font License). Saira wird als Variable Font
   (Gewicht 100–900) ausgeliefert, daher genügt eine Datei. */

@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/saira-var.woff2") format("woff2");
}

@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/sairacondensed-600.woff2") format("woff2");
}

@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/sairacondensed-700.woff2") format("woff2");
}

@font-face {
  font-family: "Michroma";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/michroma-400.woff2") format("woff2");
}
