/* Generated by @weekndlabs/design. Do not edit. */

/* Latin subset. Inter is one variable file carrying the whole weight range
   and the optical size axis; the other two are single faces.
   Every family is SIL Open Font License 1.1. The licence for each one is
   in dist/fonts/ next to the file it covers. */

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

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/jetbrains-mono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/instrument-serif-400-italic.woff2') format('woff2');
}

:root {
  /* Inter character variants: a straight-sided a, a single-storey g,
     open digits. A decision about the typeface, so it ships with it. */
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  /* Browsers apply opsz from the rendered size by default, but a reset
     that sets this to none silently costs the display cut on headings. */
  font-optical-sizing: auto;
}

