/*
 * FrontDeskAI fonts — free Google Fonts (SIL OFL):
 *   Sora   → display / headlines
 *   Figtree → UI / body
 * Loaded from fonts.googleapis.com in site_shell.html (no paid licenses).
 */

:root {
    --font-display-fallback: "Sora", "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-ui-fallback: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
