:root {
    --bg-deep: #050508;
    --bg-space: #0a0a10;
    --bg-card: rgba(18, 18, 30, 0.7);
    --bg-card-hover: rgba(24, 24, 40, 0.8);
    --moon-glow: #c0c0d0;
    --moon-soft: #8a8a9a;
    --text-primary: #e8e8ec;
    --text-secondary: #a0a0b0;
    --text-muted: #6a6a7a;
    --accent: #d4d4e0;
    --accent-dim: #8888a0;
    --border-subtle: rgba(255, 255, 255, 0.05);
    --border-medium: rgba(255, 255, 255, 0.1);
    --border-glow: rgba(200, 200, 220, 0.25);
    --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.4);
    --shadow-glow: 0 0 80px rgba(160, 160, 200, 0.08);
    --font-heading: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
    --font-body: 'Inter', 'SF Pro Display', 'Helvetica Neue', sans-serif;
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 14px;
    --radius-sm: 10px;
    --radius-full: 50%;
    --transition-fast: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-smooth: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-slow: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
