/* MANIFOLD — self-hosted webfonts.

   Inter Tight (display) and Inter (text), both by Rasmus Andersson,
   SIL Open Font License 1.1. One variable file each covers weights
   100-900; only the latin subset ships. No third-party request. */

@font-face {
  font-family: 'Inter Tight';
  src: url('InterTight.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
