/* importing fonts */

@font-face {
  font-family: "Hubballi";
  src: url("../fonts/Hubballi-Regular.ttf;");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
