/* ==========================================================================
   MyStats / Nukleus – Schrift, Version 2
   Titillium Web für den Text, Orbitron nur für Wortmarke, Uhr und Level-Badge.
   Beide Schriften liegen lokal in diesem Ordner, nichts wird aus dem Netz geladen.
   Lizenz: SIL Open Font License 1.1 (OFL-TitilliumWeb.txt, OFL-Orbitron.txt).
   Quelle der Dateien: Google Fonts (Titillium Web v19, Orbitron v35 als variable Schrift
   mit den Stärken 400 bis 900), jeweils die Latin-Teilmenge. Sie deckt Deutsch ab.
   ========================================================================== */
@font-face {
  font-family: "Titillium Web";
  src: url("TitilliumWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Titillium Web";
  src: url("TitilliumWeb-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Titillium Web";
  src: url("TitilliumWeb-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("Orbitron-Variable.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
