@font-face {
  font-family: "Quicksand";
  src: url("../fonts/webfonts/quicksand/quicksand-variablefont_wght.woff2")
    format("woff2-variations");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PinotGrigio";
  src:
    url("../fonts/webfonts/pinotgrigiomodern_medium_macroman/pinotgrigiomodern-medium-webfont.woff2")
      format("woff2"),
    url("../fonts/webfonts/pinotgrigiomodern_medium_macroman/pinotgrigiomodern-medium-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Typografie & Utilities */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PinotGrigio", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Quicksand", sans-serif;
  background-color: #afd0c2ff; /* oder deine gewünschte Farbe */
  color: #0c2348ff; /* oder deine gewünschte Textfarbe */
  font-size: 1.1rem;
  font-weight: 500;
  overflow-x: hidden;
}

body.cookie-consent-open {
  overflow: hidden;
}

.semibold {
  font-weight: 600;
}
.newline {
  display: inline;
}
