/* Explain: Theme design tokens with a sophisticated cinematic color palette. - */
:root {
    /* Cinematic & Premium Palette */
    --gunmetal: #0a0a0a;
    --concrete: #e6e6e3;
    --warm-taupe: #c98e4d;
    --pure-white: #ffffff;
    --background-color: #f7f7f5;
    --surface-color: #ffffff;
    --text-color: #0a0a0a;
    --text-muted: #555555;
    --border-color: rgba(10, 10, 10, 0.1);
    
    /* Typography - Clean, Modern, Elegant */
    --font-heading: 'Heebo', sans-serif;
    --font-body: 'Assistant', sans-serif;
}