/* GEEK UI — fonts.
   Hanson Bold is self-hosted (the display face / logo voice).
   Archivo, Oswald and JetBrains Mono load from Google Fonts (public CDN). */

@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,900&family=Oswald:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500;700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap");

/* Avenir (header / nav) — Avenir is proprietary and not a free webfont, so it
   renders natively on Apple devices (Avenir Next ships on macOS/iOS) and falls
   back to Nunito Sans, the closest free geometric-humanist match, elsewhere. */

@font-face {
  font-family: "HansonWeb";
  src: url("../fonts/Hanson-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
