/* Explain: Dark theme tokens for Scarlet SMP */
:root {
    --primary-color: #dc2626;
    --primary-hover: #b91c1c;
    --secondary-color: #991b1b;
    --accent-color: #ef4444;
    --background-color: #0c0a09;
    --surface-color: #1c1917;
    --ivory-color: #fafaf9;
    --warm-beige: #44403c;
    --sage-color: #292524;
    --clay-color: #fca5a5;
    --text-color: #f5f5f4;
    --text-muted: #a8a29e;
    --border-color: rgba(255, 255, 255, 0.1);
    --nav-bg: rgba(12, 10, 9, 0.85);
    --nav-border: rgba(220, 38, 38, 0.3);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;
    --shadow-soft: 0 10px 25px rgba(0, 0, 0, 0.4);
    --shadow-deep: 0 20px 50px rgba(0, 0, 0, 0.6);
    --radius-organic: 2.5rem;
}
