/* Dark Fantasy Theme */
.theme-dark-fantasy {
    --bg-image: url('https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=1920');
    --bg-color: #0a0a0f;
    --text-color: #e5e5ea;
    --primary-color: #8b5cf6;
    --card-bg: rgba(17, 17, 27, 0.92);
    --badge-bg: rgba(139, 92, 246, 0.15);
    --description-bg: rgba(30, 20, 50, 0.6);
    --overlay-color: rgba(10, 10, 15, 0.75);
    --border-color: rgba(139, 92, 246, 0.3);
    --button-bg: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    --button-text: #ffffff;
    --button-shadow: rgba(139, 92, 246, 0.4);
    --header-bg: rgba(17, 17, 27, 0.95);
    --choice-bg: rgba(30, 20, 50, 0.6);
    --choice-border: rgba(139, 92, 246, 0.3);
    --choice-hover-bg: rgba(139, 92, 246, 0.2);
    --spinner-bg: rgba(139, 92, 246, 0.2);
    font-family: 'Cinzel', 'Georgia', serif;
}

.theme-dark-fantasy .story-title {
    font-family: 'Cinzel', 'Georgia', serif;
    letter-spacing: 2px;
}
