@font-face {
  font-family: "Inter";
  src: local("Inter"),
       local("Inter Regular"),
       url("Inter-Regular.woff2") format("woff2"),
       url("Inter-Regular.ttf") format("truetype"),
       url("Inter-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

