/* Explain: Theme design tokens for the NLP coaching brand. - */
:root {
    --primary-color: #0F4C5C;
    --primary-hover: #0A3946;
    --secondary-color: #A78BFA;
    --accent-color: #F6C453;
    --deep-teal: #0F4C5C;
    --coral-color: #FF6B5A;
    --warm-yellow: #F6C453;
    --soft-purple: #A78BFA;
    --ivory-color: #FFFFFF;
    --background-color: #FFFFFF;
    --surface-color: #FFFFFF;
    --text-color: #17333A;
    --text-muted: #647274;
    --border-color: rgba(15, 76, 92, 0.14);
    --shadow-color: rgba(15, 76, 92, 0.18);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --radius-organic: 2.25rem;
}
