/* Self-hosted fonts for the animation embeds.
   The originals hotlinked fonts.googleapis.com, which transmits visitor IPs to
   Google — ruled a GDPR violation in Germany (LG München I, 3 O 17493/20).
   TillerStack markets GDPR compliance, so these are served from our origin. */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./fonts/public-sans-var.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./fonts/inter-var.woff2") format("woff2");
}
