/* Explain: Luxury dark theme tokens for the premium car rental brand */
:root {
    --primary-color: #f59e0b;
    --primary-hover: #d97706;
    --secondary-color: #fb923c;
    --accent-color: #facc15;
    --accent-hover: #eab308;
    --background-color: #050608;
    --surface-color: #111318;
    --surface-strong: #191d25;
    --surface-glass: rgba(17, 19, 24, 0.78);
    --text-color: #f8fafc;
    --text-muted: #a1a8b8;
    --border-color: rgba(250, 204, 21, 0.18);
    --success-color: #22c55e;
    --danger-color: #f87171;
    --shadow-soft: 0 28px 90px rgba(0, 0, 0, 0.55);
    --shadow-card: 0 18px 50px rgba(0, 0, 0, 0.35);
    --gold-glow: 0 0 40px rgba(250, 204, 21, 0.22);
    --radius-lg: 1.75rem;
    --radius-md: 1rem;
    --font-heading: 'Manrope', sans-serif;
    --font-body: 'Inter', sans-serif;
}
