/* fonts.css - Optimiert für Safari */

@font-face {
  font-family: "Peridot PE";
  src: url("fonts/peridotpe-regular-webfont.woff") format("woff"),
       url("fonts/peridotpe-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peridot PE";
  src: url("fonts/peridotpe-medium-webfont.woff") format("woff"),
       url("fonts/peridotpe-medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peridot PE";
  src: url("fonts/peridotpe-bold-webfont.woff") format("woff"),
       url("fonts/peridotpe-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peridot PE";
  src: url("fonts/peridotpe-black-webfont.woff") format("woff"),
       url("fonts/peridotpe-black-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peridot Condensed";
  src: url("fonts/peridotpe-condensedbold-webfont.woff") format("woff"),
       url("fonts/peridotpe-condensedbold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peridot Condensed";
  src: url("fonts/peridotpe-condensedblack-webfont.woff") format("woff"),
       url("fonts/peridotpe-condensedblack-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peridot PE Compressed";
  src: url("fonts/peridotpe-compressedheavyitalic-webfont.woff") format("woff"),
       url("fonts/peridotpe-compressedheavyitalic-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}