/* ========================================
   TIDE SANS FONT FAMILY
   Bay of Quinte Cycling - boq.bike
   ======================================== */

/* 400 - Lil Dude (Body/Paragraphs) */
@font-face {
  font-family: 'Tide Sans';
  src: url('/fonts/TideSans-400LilDude.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 500 - Dudette (Subheads, Buttons, Badges) */
@font-face {
  font-family: 'Tide Sans';
  src: url('/fonts/TideSans-500Dudette.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 700 - Mondo (Headers) */
@font-face {
  font-family: 'Tide Sans';
  src: url('/fonts/TideSans-700Mondo.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   TYPOGRAPHY SYSTEM
   ======================================== */

/* Headers - 700 Mondo, ALL CAPS */
h1, h2,
.route-title,
.event-detail-title,
.events-header-card h1,
.routes-header-card h1 {
  font-family: 'Tide Sans', 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Subheads - 500 Dudette, ALL CAPS */
h3, h4, h5, h6,
.section-title,
.route-preview-title,
.cue-sheet-overlay-header,
.day-events-title {
  font-family: 'Tide Sans', 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Buttons & Badges - 500 Dudette */
.difficulty-badge,
.surface-badge,
.terrain-badge,
.organizer-badge,
.event-status-badge,
.rwgps-link,
.route-preview-action-btn,
.stats-overlay-btn,
.mobile-action-badge,
.event-action-btn,
.header-action-btn,
.difficulty-pill {
  font-family: 'Tide Sans', 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Body text - 400 Lil Dude */
body,
p,
.event-description,
.route-description,
.cue-text {
  font-family: 'Tide Sans', 'Poppins', sans-serif;
  font-weight: 400;
}
