/* The locked design uses Inter. Serve the existing licensed font locally so
   typography does not depend on a missing file or a third-party CSS import. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./InterVariable.woff2') format('woff2');
}
