/* ==========================================================
   Self-hosted brand typefaces (PPÖ design guide: schriften_
   farben_icons_PPOE_RZ.pdf) - Kumbh Sans + Gloria Hallelujah.

   Self-hosted rather than linked from fonts.googleapis.com so
   visitors' IP addresses are never sent to Google at request
   time (the 2022 LG München ruling on Google Fonts made this a
   real GDPR consideration for an Austrian youth organization's
   public site, not just a performance nicety).

   Kumbh Sans ships from Google Fonts as a single variable font
   (wght axis 100-900), so one file covers Light/Regular/Extra
   Bold - declared as a weight *range*, not three pinned copies.
   ========================================================== */

@font-face {
  font-family: "Kumbh Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/kumbh-sans-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Gloria Hallelujah";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/gloria-hallelujah-400.woff2") format("woff2");
}
