/* Slateon -- self-hosted webfont.
 *
 * Inter Display by Rasmus Andersson (rsms.me/inter), SIL Open Font License 1.1.
 * The Webflow export shipped these four faces as TrueType; they are byte-for-byte
 * the same outlines here, recompressed to WOFF2 (Brotli) for about a third the
 * transfer size. `font-display: swap` keeps first paint on the fallback stack
 * rather than blocking it, which is what the export's own @font-face asked for.
 */

@font-face {
  font-family: 'Interdisplay';
  src: url('InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interdisplay';
  src: url('InterDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interdisplay';
  src: url('InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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