/*
This is a downloaded version of this file. original was at 
https://rsms.me/inter/inter.css

there used to be various other static versions of this font,
but I pared it down. See the original css file for more info.

*/

/*
Font families defined by this CSS:

- "Inter"                  static "traditional" fonts for older web browsers
- "Inter var"              single-axis variable fonts for all modern browsers
- "Inter var experimental" multi-axis variable fonts for modern web browsers

Use like this in your CSS:

  :root { font-family: 'Inter', sans-serif; }
  @supports (font-variation-settings: normal) {
    :root { font-family: 'Inter var', sans-serif; }
  }



/* ----------------------- variable ----------------------- */

@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/Inter-roman.var.3.19.woff2") format("woff2");
  font-named-instance: "Regular";
}

@font-face {
  font-family: "Inter var";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/Inter-italic.var.3.19.woff2") format("woff2");
  font-named-instance: "Italic";
}

/* note that if you change this file, you should also change storybook's preview-head.html */
