:root {
    /* Colors - Technical Blueprint Theme */
    --color-bg: #0a0e17;
    --color-bg-alt: #121826;
    --color-text: #e2e8f0;
    --color-text-muted: #94a3b8;
    --color-primary: #00f0ff;
    --color-primary-dim: rgba(0, 240, 255, 0.15);
    --color-border: #1e293b;
    --color-border-hover: #334155;
    --color-grid: rgba(226, 232, 240, 0.03);

    /* Typography */
    --font-sans: 'IBM Plex Sans', system-ui, sans-serif;
    --font-mono: 'IBM Plex Mono', ui-monospace, monospace;

    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
    --text-4xl: 2.5rem;
    --text-5xl: 3.5rem;
    --text-6xl: 4.5rem;

    --line-height-tight: 1.1;
    --line-height-base: 1.5;
    --line-height-loose: 1.75;

    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-24: 6rem;
    --space-32: 8rem;

    /* Layout */
    --container-width: 1200px;
    --container-narrow: 800px;

    /* UI Elements */
    --radius-sm: 2px;
    --radius-md: 4px;
    --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
