/*
 * FireSim design tokens.
 * Source of truth for the redesign in Mockup/firesim-mockup.html.
 * Consumed by: Theme/FireSimTheme.cs (MudBlazor palette/typography) and app.css.
 */
:root {
    --fs-navy: #16283D;
    --fs-navy-2: #1F3348;
    --fs-navy-3: #2A415A;
    --fs-green: #3C7A64;
    --fs-green-dark: #2C5C4C;
    --fs-green-tint: #E7F0EB;
    --fs-paper: #F7F6F2;
    --fs-card: #FFFFFF;
    --fs-ink: #1D2B36;
    --fs-ink-soft: #5C6B75;
    --fs-ink-faint: #93A0A8;
    --fs-line: #E4E1D8;
    --fs-gold: #B8863C;
    --fs-radius: 10px;

    --fs-font-heading: 'Lora', serif;
    --fs-font-body: 'Inter', sans-serif;
    --fs-font-mono: 'IBM Plex Mono', monospace;
}
