/* Loretta — only the two weights used on this page */
@font-face {
  font-family: "loretta";
  src: url("fonts/Loretta-Regular.woff2") format("woff2"),
       url("fonts/Loretta-Regular.otf")   format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "loretta";
  src: url("fonts/Loretta-SemiBold.woff2") format("woff2"),
       url("fonts/Loretta-SemiBold.otf")   format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Inter variable font — covers weights 500, 600 and 700 in one file */
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
