/*
  Schrift: Questrial (SIL Open Font License, siehe fonts/questrial/OFL.txt).
  Selbst gehostet – kein Google-Fonts-CDN, das ist in DE ein Datenschutzproblem.
  Questrial gibt es nur in einem Schnitt (Regular 400); Fettungen werden
  vom Browser nicht synthetisiert, Hierarchie kommt aus Größe und Versalien.
*/
@font-face {
  font-family: "Questrial";
  src: url("../fonts/questrial/questrial-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-sans: "Questrial", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
