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

*,
body {
  font-size: 16px;
  font-variation-settings: "slnt" 0deg;
  font-family: Inter, sans-serif;
  box-sizing: content-box;
  color: hsl(0, 0%, 20%);
}

.italic {
  font-variation-settings: "slnt" 10deg;
}
