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

@font-face {
  font-family: "archivo";
  src: url(/themes/temphalla/fonts/Archivo-VariableFont_wdth.ttf)
    format("opentype");
}

@font-face {
  font-family: "oswald";
  src: url(/themes/temphalla/fonts/Oswald-VariableFont_wght.ttf)
    format("opentype");
}

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

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

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