/* ============================================================
   Heilpraxis in der Au — Webfonts
   Display: Guyot Headline (OTF)
   Body/Labels: Proxima Nova Regular + Bold (OTF)
   ============================================================ */

@font-face {
  font-family: "Guyot Headline";
  src: url("../assets/fonts/GuyotHeadline-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../assets/fonts/ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../assets/fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
