@font-face {
  font-family: "Fonters";
  src: url("/Fonters.otf") format("opentype");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "ComiquitaSans";
  src: url("/ComiquitaSans.ttf") format("truetype");
}

.font-title {
  font-weight: normal !important;
}

.font-headers {
  font-weight: normal !important;
}

.font-label {
  text-transform: uppercase !important;
}