/* Laitent — Fonts
   Inter Tight ships as a local variable TTF. Other display/text faces load from
   Google Fonts (declared in styles.css via @import). To swap in a licensed
   label face, add its .woff2 and a matching @font-face below. */

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