@import url(new.css);

@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  src: url(Inter.woff2) format("woff2");
}

@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  font-style: italic;
  src: url(InterItalic.woff2) format("woff2");
}

:root {
  /* prettier-ignore */
  font-feature-settings: 
    "ss02" on, /* disambiguated letterforms */
    "cv11" on; /* single-story a */
}
