:root {
    --color-black: #0a0a0a;
    --color-white: #ffffff;
    --color-gold: #c9a84c;
    --color-gold-light: #ddc16f;
    --color-surface: #f6f5f1;
    --color-surface-strong: #eceae4;
    --color-border: #d4d1c8;
    --color-muted: #67645e;
    --color-error: #9a2525;
    --color-success: #27643a;

    --font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.375rem;
    --font-size-2xl: clamp(1.9rem, 4vw, 3.25rem);
    --font-size-3xl: clamp(3rem, 8vw, 6.6rem);

    --line-height-tight: 1.02;
    --line-height-heading: 1.12;
    --line-height-body: 1.65;

    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --space-8: 4rem;
    --space-9: 6rem;
    --space-10: 8rem;

    --radius-sm: 2px;
    --radius-md: 4px;

    --content-width: 76rem;
    --content-narrow: 52rem;
    --header-height: 4.5rem;

    --transition-fast: 140ms ease;
    --transition-base: 220ms ease;

    --z-header: 1000;
    --z-overlay: 1100;

    /* Compatibility aliases used only by the retained gang-sheet tool. */
    --black: var(--color-black);
    --white: var(--color-white);
    --gold: var(--color-gold);
    --gold-light: var(--color-gold-light);
}
