/* =========================================================================
   THEME — EVENT PRODUCTION · ENCORE
   Festival pass: bold geometric color blocks, ticket-stub perforations,
   marquee-light type. Hot orange and electric blue.
   ========================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --bg-base:        #ffeed6;       /* festival cream */
    --bg-surface:     #ffdfb0;
    --bg-elevated:    #ffffff;
    --bg-deep:        #19224a;       /* deep ticket-stub blue */
    --text-primary:   #19224a;
    --text-mute:      #4a5378;
    --text-faint:     #8084a3;
    --accent:         #ff5a1f;       /* hot festival orange */
    --accent-2:       #19224a;
    --accent-muted:   #f4d02e;       /* electric yellow */
    --border:         rgba(25, 34, 74, 0.18);
    --border-strong:  rgba(25, 34, 74, 0.36);
    --font-heading:   'Bricolage Grotesque', system-ui, sans-serif;
    --font-body:      'Inter', system-ui, sans-serif;
    --paper: var(--bg-base); --paper-2: var(--bg-surface);
    --ink: var(--text-primary); --ink-soft: var(--text-mute); --ink-mute: var(--text-faint);
    --rule: var(--border); --rule-hi: var(--border-strong);
    --gold: var(--accent); --gold-bright: var(--accent); --mauve: var(--accent-2); --mustard: var(--accent-muted);
    --serif: var(--font-heading); --sans: var(--font-body); --mono: 'Inter', monospace;
}
body { background: var(--bg-base) !important; color: var(--text-primary) !important; font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, .headline, .nav-brand { font-family: var(--font-heading); font-weight: 800; line-height: 0.92; letter-spacing: -0.018em; }
