/*
 * Fonts for Klarstein theme
 */
@font-face {
  font-family: "BwKlarstein";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709902875/brands/gds/fonts/klarstein/BwKlarstein-Light_t5nmrf.otf) format("opentype");
}
@font-face {
  font-family: "BwKlarstein";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709902876/brands/gds/fonts/klarstein/BwKlarstein-Regular_mufwjf.otf) format("opentype");
}
@font-face {
  font-family: "BwKlarstein";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709902875/brands/gds/fonts/klarstein/BwKlarstein-Medium_nua4ek.otf) format("opentype");
}
@font-face {
  font-family: "BwKlarstein";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709902874/brands/gds/fonts/klarstein/BwKlarstein-Bold_c8go0t.otf) format("opentype");
}
body * {
  font-family: "BwKlarstein", "Trebuchet MS", sans-serif;
}