/* Self-hosted faces shipped with the Aperture design system.
   Do not swap these for a Google Fonts CDN link — the DS ships the woff2. */
@font-face {
  font-family: 'Space Grotesk';
  src: url('./space-grotesk-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  /* swap, not block: the page is legible in the fallback stack, and a blank
     page while a local font loads is a worse trade than one reflow. */
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./jetbrains-mono-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomorrow';
  src: url('./tomorrow-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
