@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
  font-weight: 100 900;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/Inter-VariableFont_opsz_wght.ttf");
  font-weight: 100 900;
}
body {
  font-family: "montserrat";
}

@media (max-width: 883px) {
  body {
    font-family: "inter";
  }
}
.font-300 {
  font-weight: 300;
}

.font-500 {
  font-weight: 500;
}

.font-550 {
  font-weight: 550;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

/*# sourceMappingURL=fonts.css.map */
