/* ============================================================
   THEME: Default — FinSathi navy & orange
   Mirrors the base values in site.css (no overrides needed).
   Loaded when ThemeCode = "default".
   ============================================================ */
:root {
    /* --fs-primary, --fs-primary-dk, --fs-primary-lt, --fs-accent, --fs-accent-dk
       are injected by each layout's inline <style> from Branding.PrimaryColor /
       Branding.SecondaryColor so tenants can override colours without touching CSS. */
    --fs-bg:          #f8fafc;
    --fs-bg-dark:     #0f1e38;
    --fs-radius:      12px;
    --fs-radius-lg:   18px;
    --fs-shadow:      0 4px 24px rgba(0,27,94,0.10);
    --fs-shadow-lg:   0 12px 40px rgba(0,27,94,0.18);
    --font:           'Inter', system-ui, -apple-system, sans-serif;
}
