/* Explain: Theme tokens and typography for a luxurious spiritual aesthetic. - */
:root {
    --primary-color: #D4AF37;
    --primary-hover: #AA8C2C;
    --secondary-color: #8E3B46;
    --accent-color: #D4AF37;
    --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);
    --gold-soft: rgba(212, 175, 55, 0.16);
    --burgundy-soft: rgba(142, 59, 70, 0.18);
    --shadow-cinematic: 0 30px 80px rgba(0, 0, 0, 0.48);
    --radius-large: 2rem;
    --radius-pill: 999px;
    --font-heading: 'Cairo', sans-serif;
    --font-body: 'Tajawal', sans-serif;
}