/* Explain: Premium luxury travel theme tokens and brand variables */
:root {
    --primary-color: #050B14;
    --primary-hover: #0A1424;
    --secondary-color: #C5A880;
    --accent-color: #9A7B4F;
    --background-color: #FDFBF8;
    --surface-color: #FFFFFF;
    --text-color: #111827;
    --text-muted: #64748B;
    --border-color: rgba(5, 11, 20, 0.1);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --blue-color: #1E3A5F;
    --blue-hover: #162E4D;
    --orange-color: #9A7B4F;
    --orange-hover: #7A603C;
    --sand-color: #D9D2C2;
    --sand-soft: #F6F4F0;
    --navy-color: #050B14;
    --muted-dark: #475569;
    --nav-glass: rgba(5, 11, 20, 0.92);
    --shadow-soft: 0 20px 45px rgba(5, 11, 20, 0.08);
    --radius-xl: 1rem;
    --swiper-theme-color: var(--orange-color);
}
