:root {
    /* Spacing */
    --space-sm: 0.8rem;
    --space-md: 1.6rem;
    --space-lg: 3.2rem;

    /* Type ramp */
    --font-base: 1.6rem;
    --font-xl: 3.2rem;

    /* Brand */
    --amber-base: #f9aa26;
    --blue-base: #003057;

    /* Semantic */
    --bg: var(--blue-base);
    --text: #f0f0f0;
    --text-muted: #b9c2cc;
    --accent: var(--amber-base);
    --border-subtle: rgb(255 255 255 / 15%);
}
