/* Laitent — Fonts
   Inter Tight ships as a local variable TTF (uploaded). Libre Caslon Text,
   Libre Caslon Text and Inter load from Google Fonts (declared in styles.css via @import).
   SUBSTITUTIONS (flagged in readme.md): the brand's label face "TWK Everett"
   is not freely available — Inter Tight stands in. Overline text uses Inter
   Tight by design. Provide the real .woff2 to swap Everett in. */

@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;
}
