/* Explain: Premium travel theme tokens and brand variables */
:root {
    --primary-color: #0077B6;
    --primary-hover: #00659c;
    --secondary-color: #E9C46A;
    --accent-color: #F97316;
    --background-color: #FFFFFF;
    --surface-color: #FFF8E7;
    --text-color: #023047;
    --text-muted: #496274;
    --border-color: rgba(2, 48, 71, 0.14);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --blue-color: #0077B6;
    --blue-hover: #00659c;
    --orange-color: #F97316;
    --orange-hover: #ea6508;
    --sand-color: #E9C46A;
    --sand-soft: #FFF4D7;
    --navy-color: #023047;
    --muted-dark: #496274;
    --nav-glass: rgba(2, 48, 71, 0.78);
    --shadow-soft: 0 24px 70px rgba(2, 48, 71, 0.16);
    --radius-xl: 2rem;
}
