/* EYECONIC - self-hosted webfonts.
   The export shipped no font files: both families were pulled from
   Google at runtime by webfont.js, on every page.  They are served
   from the template instead, so a page makes no third-party request.
   Both are Google's variable files and each covers 300-700 from one
   binary.  The family names match the design sheet's
   --font--primary-font / --font--secondary exactly. */

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

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