/* Mission Control — brand typefaces, bundled locally so the app works offline.
   Sora for headings, Inter for body and UI (see Brand Guidelines).
   Both are variable fonts, so one file covers every weight we use. */

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

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