/* Explain: Dark editorial theme tokens for Obsidian Crown */
:root {
    --primary-color: #5A0F1B;
    --primary-hover: #741827;
    --secondary-color: #B66A3C;
    --accent-color: #C8A24A;
    --background-color: #050505;
    --surface-color: #101010;
    --surface-raised: #17110f;
    --text-color: #F6EBDD;
    --text-muted: #b9aa96;
    --border-color: rgba(246, 235, 221, 0.16);
    --black-color: #050505;
    --oxblood-color: #5A0F1B;
    --gold-color: #C8A24A;
    --copper-color: #B66A3C;
    --ivory-color: #F6EBDD;
    --ivory-soft: rgba(246, 235, 221, 0.78);
    --font-heading: 'Bebas Neue', sans-serif;
    --font-display: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;
    --shadow-gold: 0 24px 80px rgba(200, 162, 74, 0.16);
    --shadow-burgundy: 0 28px 90px rgba(90, 15, 27, 0.36);
    --radius-crown: 28px;
}
