/* ============================================
   ELITE LUX LIMO — Theme Tokens
   Colors and fonts that can be changed via
   the /settings.html page.
   ============================================ */

/* Google Fonts — base 3 fonts for the default theme.
   When you replace this file with one downloaded from settings.html,
   it will swap in your chosen fonts automatically. */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
    /* Brand gold accent palette */
    --gold-light: #e8c887;
    --gold: #c79f53;
    --gold-deep: #a07a35;

    /* Dark background palette */
    --color-bg: #0a0a0a;
    --color-bg-elevated: #141414;
    --color-bg-card: #1a1a1a;

    /* Typography */
    --font-display: 'Cinzel', 'Playfair Display', Georgia, serif;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Montserrat', system-ui, -apple-system, sans-serif;
}
