/* ==========================================================================
   DHULEVA ONE50 — Brand Fonts
   Heading font : Black Mango (Thin) — licensed file, self-hosted below.
   Body font    : Futura Lt BT (Light) — licensed file, self-hosted below.
   ========================================================================== */

/* Body font — Futura Lt BT Light. Only the Light weight file is supplied,
   so it's mapped to a weight range (300–400) — any body text asking for
   300 or 400 resolves to this one file instead of falling back to a
   system font. */
@font-face {
  font-family: "Futura Lt BT";
  src: url("fontss/FuturaLtBT-Light.woff2") format("woff2"),
       url("fontss/FuturaLtBT-Light.woff") format("woff");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}

/* Heading font — Black Mango Thin. Only the Thin weight file is supplied,
   mapped across the full range (100–700) used by headings/labels on the
   page (400 default, 600 on the location stop names) so every heading
   renders in this face rather than the Arial/"General Sans" fallback. */
@font-face {
  font-family: "Black Mango";
  src: url("fontss/BlackMango-Thin.woff2") format("woff2"),
       url("fontss/BlackMango-Thin.woff") format("woff");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
