/* ===========================================================================
   Airlumn — Webfonts
   - Rabsur  : rounded geometric display. Matches the airlumn wordmark voice.
               Use for hero headlines + brand display moments.
   - AWESOME : heavy condensed grotesque. Big all-caps statements, event
               titles, large numerals, section kickers.
   - Labora  : decorative rounded display (regular + italic). Sparing accent
               labels only (experience name flourishes, "The Well" style tags).
   Body / UI text uses Manrope (Google Fonts) — see typography.css.
   No clean text/UI face was provided with the brand, so Manrope is a
   documented substitution. Swap in the real UI font when available.
   =========================================================================== */

/* Body / UI substitute — Manrope (Google Fonts). @import must precede @font-face. */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: "Rabsur";
  src: url("Rabsur-Regular.woff2") format("woff2"),
       url("Rabsur-Regular.woff") format("woff"),
       url("Rabsur-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AWESOME";
  src: url("AWESOME.woff2") format("woff2"),
       url("AWESOME.woff") format("woff"),
       url("AWESOME.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Labora";
  src: url("Labora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Labora";
  src: url("Labora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
