/* Layer 3: ARO brand tokens — override semantic tokens */
.header {
    --header-bg: blue;
}


:root {
    --color-primary: #1a1a2e;
    --color-background: #ffffff;
    --color-text: #1a1a2e;
    --color-text-muted: #6b6b80;
    --color-border: #dcdce0;
    --color-surface: #f8f8fa;

    --font-base: Arial, 'Gill Sans MT', Calibri, sans-serif;
    --font-heading: var(--font-base);
}
