/* Explain: Cinematic portfolio theme tokens and typography */
:root {
    --primary-color: #E2C792;
    --primary-hover: #D1B377;
    --secondary-color: #8C7A5E;
    --accent-color: #E2C792;
    --background-color: #070707;
    --surface-color: #101010;
    --surface-raised: #171717;
    --graphite-color: #2A2A2A;
    --text-color: #F4F0E8;
    --text-muted: #b7b0a5;
    --border-color: rgba(244, 240, 232, 0.14);
    --cyan-soft: rgba(37, 217, 242, 0.16);
    --rust-soft: rgba(184, 107, 75, 0.18);
    --shadow-cinematic: 0 30px 80px rgba(0, 0, 0, 0.48);
    --radius-large: 2rem;
    --radius-pill: 999px;
    --font-heading: 'Playfair Display', Didot, serif;
    --font-body: 'Inter', sans-serif;
}
