/* off---set® self-hosted fonts (DSGVO: no Google Fonts). */

@font-face {
  font-family: "Apple Garamond";
  src: url("../fonts/AppleGaramond.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("../fonts/Inter-Light.otf") format("opentype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/Inter-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/Inter-Medium.otf") format("opentype");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/Inter-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
