/*
 * Egypt Rest Tours — Brand tokens
 * Loaded after main.css; refined by ert-modern.css
 */
:root {
    --theme: #c5a059;
    --theme-2: #1a4a6e;
    --header: #0f2f47;
    --text: #57534e;
    --border: rgba(28, 25, 23, 0.1);
    --border-2: rgba(28, 25, 23, 0.16);
    --bg: #f7f3eb;
    --box-shadow: 0 4px 24px rgba(15, 47, 71, 0.08);
    --ert-gold: #c5a059;
    --ert-gold-dark: #a8843f;
    --ert-gold-soft: #e8d5a8;
    --ert-nile: #1a4a6e;
    --ert-nile-dark: #0f2f47;
    --ert-sand: #f7f3eb;
    --ert-ink: #1c1917;
    --ert-muted: #6b655c;
    --ert-white: #ffffff;
    --ert-radius: 12px;
    --ert-radius-lg: 16px;
    --ert-radius-pill: 999px;
    --ert-shadow-sm: 0 1px 2px rgba(15, 47, 71, 0.05), 0 2px 8px rgba(15, 47, 71, 0.04);
    --ert-shadow: 0 4px 16px rgba(15, 47, 71, 0.08), 0 12px 32px rgba(15, 47, 71, 0.06);
    --ert-shadow-lg: 0 8px 24px rgba(15, 47, 71, 0.1), 0 20px 48px rgba(15, 47, 71, 0.08);
    --ert-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --ert-font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --ert-font-body: 'Outfit', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --ert-font-script: 'Great Vibes', 'Palatino Linotype', cursive;
    --ert-header-height: 5rem;
    --ert-space-section: clamp(4rem, 8vw, 6.5rem);
    --ert-space-block: clamp(1.25rem, 2.5vw, 1.75rem);
    --ert-navy: #071C33;
    --ert-royal: #0D2B4D;
    --ert-gold-lux: #C9A15B;
    --ert-champagne: #F3E8D0;
    --ert-ivory: #FAF8F2;
}
