/* Explain: Theme colors and fonts. */
:root {
    --primary-color: #7c40b8;
    --primary-hover: #9353d1;
    --secondary-color: #241634;
    --accent-color: #e99b3b;
    --logo-subtitle-color: #f2b85e;
    --button-color: #7c40b8;
    --background-color: #0a060e;
    --surface-color: #140c1c;
    --footer-bg: #050308;
    --text-color: #fdfcff;
    --text-muted: #a399b3;
    --border-color: rgba(253, 252, 255, 0.1);
    --glass-bg: rgba(20, 12, 28, 0.72);
    --glass-border: rgba(124, 64, 184, 0.4);
    --nav-bg: rgba(10, 6, 14, 0.78);
    --field-bg: rgba(255, 255, 255, 0.05);
    --sage-soft: rgba(124, 64, 184, 0.25);
    --sage-dark: #e99b3b;
    --terracotta-soft: rgba(233, 155, 59, 0.22);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.3);
    --shadow-button: 0 16px 36px rgba(124, 64, 184, 0.3);
    --font-heading: 'Tektur', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Tektur', sans-serif;
}
