:root {
    --brand-name: "David Everly";

    --color-bg: #020617;
    --color-surface: #1E293B;

    --color-text: #E5E7EB;
    --color-text-muted: #94A3B8;

    --color-primary: #0ea5e9;
    --color-secondary: #2dd4bf;
    --color-highlight: #34d399;
    --color-accent: #2dd4bf;
    --color-primary-soft: rgba(14, 165, 233, .14);

    --font-sans: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

    --container: 1120px;
    --radius: 16px;
    --radius-lg: 24px;

    --border: rgba(255, 255, 255, .08);
    --glass: rgba(30, 41, 59, .72);
    --glass-border: rgba(255, 255, 255, .06);
    --shadow: 0 20px 60px rgba(0, 0, 0, .45);
    --focus: 0 0 0 3px rgba(14, 165, 233, .35);

    --text-xs: 12px;
    --text-sm: 14px;
    --text-md: 16px;
    --text-lg: 18px;
    --text-xl: 22px;
    --text-2xl: 28px;
    --text-3xl: 36px;
    --text-4xl: clamp(42px, 5vw, 64px);

    --lh-tight: 1.1;
    --lh-normal: 1.6;
    --lh-relaxed: 1.75;
}
