@font-face{
  font-family: "Inter";
  src: url("/fonts/inter-variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Inter";
  src: url("/fonts/inter-italic-variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face{
  font-family: "SF Pro Display";
  src: url("/fonts/sf-pro-display-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "SF Pro Display";
  src: url("/fonts/sf-pro-display-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}