:root {
    --font-sans: 'Inter', Arial, sans-serif;
    --font-serif: 'Cormorant Garamond', Georgia, serif;

    --container: 1280px;
    --space-section: clamp(5.5rem, 8vw, 9rem);

    --bg: #0a0c0f;
    --bg-soft: #12161b;
    --surface: rgba(255, 255, 255, 0.04);

    --text: #f3f5f7;
    --text-soft: #b8c0c8;
    --text-muted: #98a2ad;

    --line: rgba(255, 255, 255, 0.08);
    --accent: #8f99a3;
    --accent-2: #c5cbd1;
    --glow: rgba(197, 203, 209, 0.18);
}