:root {
    --color-primary: #0a0a0a;
    --color-secondary: #ffffff;
    --color-accent: #C5A880;
    --color-accent-hover: #b8996e;
    --color-text: rgba(255, 255, 255, 0.85);
    --color-text-muted: rgba(255, 255, 255, 0.6);
    --color-border: rgba(255, 255, 255, 0.1);
    --color-glass: rgba(255, 255, 255, 0.05);
    --font-heading: 'Readex Pro', sans-serif;
    --font-body: 'Readex Pro', sans-serif;
    --gradient-primary: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    --gradient-accent: linear-gradient(135deg, #C5A880 0%, #e8d5b7 50%, #C5A880 100%);
    --gradient-dark: linear-gradient(180deg, #0a0a0a 0%, #151515 100%);
    --glow-accent: 0 0 60px rgba(197, 168, 128, 0.3);
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 4rem;
    --space-3xl: 6rem;
    --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;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-full: 50px;
}
