/* Self-hosted Geist + Geist Mono per Spec/PlatformAdmin_Modules_Landing.md §8.3.
 * Drop the WOFF2 files into wwwroot/fonts/ — the @font-face declarations below
 * resolve relative to this stylesheet. Until the files are added, the stack
 * falls through to the system UI font, so the app still renders fine. */
@font-face {
    font-family: 'Geist';
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Geist-VariableFont.woff2') format('woff2-variations');
}
@font-face {
    font-family: 'Geist Mono';
    font-weight: 400 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/GeistMono-VariableFont.woff2') format('woff2-variations');
}

/* Sora — carries the BizGo wordmark ("BizGo" lockup in BizGoLogo.razor),
 * matching the marketing site. Until Sora-VariableFont.woff2 is dropped into
 * wwwroot/fonts/, the wordmark falls through to Geist (font-display: swap), so
 * nothing breaks in the meantime. */
@font-face {
    font-family: 'Sora';
    font-weight: 600 800;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Sora-VariableFont.woff2') format('woff2-variations');
}
