/* Locke & Ladder microsite — shared type layer
   Termina (display) + Inter (body). Self-hosted, single-file-deployable. */

@font-face {
  font-family: "Termina";
  src: url("fonts/TerminaTest-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Termina";
  src: url("fonts/TerminaTest-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterVar";
  src: url("fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
