/* ============================================================
   Schriften der Status-Seite. Werden ausschließlich von diesem
   Server ausgeliefert - keine externen Verbindungen.

   Lege die .woff2-Dateien mit genau diesen Namen in diesen Ordner.
   Fehlt eine Datei, greift automatisch die Systemschrift.
   ============================================================ */

/* ---------- Inter: Fließtext, Header-Wortmarke ---------- */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('inter-400.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('inter-500.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('inter-600.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('inter-700.woff2') format('woff2');
}

/* ---------- Chakra Petch: Überschriften, Zahlen ---------- */
@font-face{
  font-family:'Chakra Petch';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('chakra-petch-600.woff2') format('woff2');
}
@font-face{
  font-family:'Chakra Petch';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('chakra-petch-700.woff2') format('woff2');
}
@font-face{
  font-family:'Chakra Petch';
  font-style:italic;
  font-weight:700;
  font-display:swap;
  src:url('chakra-petch-700-italic.woff2') format('woff2');
}
