/**
 * Wortwolken-Schriften — lokal gehostet (OFL), kein Google-Fonts-CDN (DSGVO).
 * Nur für die Canvas-Wortwolke; UI bleibt bei Inter/System.
 */

@font-face {
  font-family: "Pulse WC Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/wordcloud/roboto-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Pulse WC Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/wordcloud/roboto-latin-bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pulse WC Oswald";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/wordcloud/oswald-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Pulse WC Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/wordcloud/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Pulse WC Playfair";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/wordcloud/playfair-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Pulse WC Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/wordcloud/merriweather-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Pulse WC Pacifico";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/wordcloud/pacifico-latin.woff2") format("woff2");
}
