/**
 * GT Haptik + SimpleStd wie auf https://zbm.hs-mainz.de/ (Showcase-2021-Theme).
 * Lokal gehostet — Cross-Origin-@font-face von der ZBM-Domain schlägt auf
 * anderen Deployments oft fehl.
 */
@font-face {
  font-family: "GT Haptik";
  src: url("fonts/GT-Haptik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Haptik";
  src: url("fonts/GT-Haptik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Haptik";
  src: url("fonts/GT-Haptik-Bold.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SimpleStd";
  src: url("fonts/SimStdRg.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
