/* Explain: Theme tokens for a travel agency website, updated to match logo colors. - */
:root {
    --primary-color: #1E1F3E;
    --primary-hover: #2C2F5A;
    --secondary-color: #F6F5F1;
    --accent-color: #8CA0B9;
    --logo-subtitle-color: #1E1F3E;
    --button-color: #1E1F3E;
    --button-text: #F6F5F1;
    --background-color: #F6F5F1;
    --surface-color: #FFFFFF;
    --footer-bg: #1E1F3E;
    --footer-text: #8CA0B9;
    --text-color: #1E1F3E;
    --text-muted: #59627B;
    --border-color: #D8DCE5;
    --nav-bg: rgba(246, 245, 241, 0.96);
    --field-bg: #FFFFFF;
    --sage-soft: #E9ECF1;
    --sage-dark: #8CA0B9;
    --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.06);
    --shadow-button: 0 4px 14px rgba(0, 0, 0, 0.15);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}