/* =============================================================
   Webfonts

   Romie (Serife) und Soyuz Grotesk (Wortmarke, Buttons, Rubriken).
   Beide sind lizenzpflichtig.

   Ausgeliefert wird ausschliesslich woff2 — das unterstuetzt jeder
   Browser, der auch die uebrigen CSS-Funktionen dieser Seite kann
   (Subgrid, :is(), clamp()). Ein woff-Fallback waere toter Ballast.
   ============================================================= */

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

@font-face {
  font-family: "Romie";
  src: url("../assets/fonts/romie-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Romie";
  src: url("../assets/fonts/romie-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soyuz Grotesk";
  src: url("../assets/fonts/soyuz-grotesk-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
