/* Novera font family (lean set for faster loads) */
@font-face {
  font-family: "Novera";
  src: url("../impFonts/novera-modernlight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Novera";
  src: url("../impFonts/novera-modernlightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Novera";
  src: url("../impFonts/novera-modernmedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Novera";
  src: url("../impFonts/novera-modernmediumitalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Novera";
  src: url("../impFonts/novera-modernsemibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Novera";
  src: url("../impFonts/novera-modernsemibolditalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
