:root {
    --bg: #0a0a0a;
    --bg-soft: #111111;
    --panel: rgba(255, 255, 255, 0.04);
    --line: rgba(255, 255, 255, 0.12);
    --text: #f5f5f5;
    --muted: rgba(245, 245, 245, 0.68);
    --white: #ffffff;
    --black: #000000;
    --accent: #d6c3a1;

    --font-main: 'Inter', sans-serif;
    --font-display: 'Cormorant Garamond', serif;

    --container: 1200px;
    --radius: 28px;
    --radius-sm: 18px;
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    --transition: 0.35s ease;
}