/* Geist-Webfont der geteilten Shell — von BEIDEN Apps geladen (Etappe 5), extrahiert aus
   Adepto.UI/wwwroot/css/app.css. */
/* Geist selbst-gehostet (woff2 in wwwroot/fonts/) - keine externe Anfrage, offline/DSGVO-konform.
   Variable-Font: deckt font-weight 100-900 in einer Datei ab. Quelle: @fontsource-variable/geist. */
@font-face {
    font-family: "Geist";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/geist-latin-wght-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Geist Mono";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/geist-mono-latin-wght-normal.woff2") format("woff2");
}

html {
    font-size: 16px;
    /* Geist wie die Referenz (shadcn) - die System-Schrift war DER grosse sichtbare Unterschied. */
    /* Ueber die Tailwind-Variable statt hart "Geist": so kann das Design-Studio die Schrift
       per Inline---font-sans auf :root austauschen (kuratierte Stacks oder Firmen-Font). */
    font-family: var(--font-sans, "Geist", ui-sans-serif, system-ui, sans-serif);
}
