/* ============================================================
   NR — Webfonts
   Gia Variable  → display / wordmark (elegant geometric, thin)
   Inter         → body, UI, labels (variable)
   ============================================================ */

@font-face {
  font-family: "Gia";
  src: url("../fonts/Gia-Variable.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
