/* Lot 82 Premium Font System
   Display: Oswald (athletic condensed)
   Body: Plus Jakarta Sans (modern premium)
*/
:root {
  --lot82-heading-font: "Oswald", "Arial Narrow", sans-serif;
  --lot82-body-font: "Plus Jakarta Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  --lot82-display-tracking: 0.04em;
}

body,
p,
span,
a,
li,
input,
button,
textarea,
label,
select,
summary {
  font-family: var(--lot82-body-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.headline,
.way-card h3,
.reason-we-gather h2,
.footer-brand h3,
.matchup-section .team strong,
.matchup-section .vs,
.next-event .team strong,
.next-event .vs,
.cd-unit strong,
.event-title {
  font-family: var(--lot82-heading-font) !important;
  letter-spacing: var(--lot82-display-tracking);
  font-weight: 600;
}

h1,
.hero-title,
.event-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.eyebrow,
.way-header span,
.footer-partners-kicker {
  font-family: var(--lot82-heading-font) !important;
  font-weight: 600;
  letter-spacing: 0.18em;
}
