@font-face {
  font-family: "sofia-pro-light";
  src: url(/themes/temphalla/fonts/sofiapro-light.otf) format("opentype");
}

@font-face{
  font-family: "inter-bold";
  src: url(/themes/temphalla/fonts/Inter-Medium.otf)
}
@font-face{
  font-family: "inter";
  src: url(/themes/temphalla/fonts/Inter-Regular.otf)
}

.sofia-pro {
  font-family: "sofia-pro-light";
}

.inter-bold {
  font-family: "inter-bold";
}

.inter{
  font-family: "inter";
}