/* Lokale Schriften & Icons – komplett selbst gehostet (kein Google/Cloudflare).
   Schützt Besucher-IPs (DSGVO) und lädt schneller. Stand 17.06.2026. */

/* ---------- Fraunces (Headings) – variable Schrift ---------- */
@font-face{
  font-family:"Fraunces";
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(fonts/fraunces.woff2) format("woff2");
}
@font-face{
  font-family:"Fraunces";
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url(fonts/fraunces-italic.woff2) format("woff2");
}

/* ---------- Mulish (Body) – variable Schrift ---------- */
@font-face{
  font-family:"Mulish";
  font-style:normal;
  font-weight:200 1000;
  font-display:swap;
  src:url(fonts/mulish.woff2) format("woff2");
}

/* ---------- Tabler Icons – auf die genutzten 18 Icons verkleinert ---------- */
@font-face{
  font-family:"tabler-icons";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(fonts/tabler-icons.woff2) format("woff2");
}
.ti{
  font-family:"tabler-icons"!important;
  speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;
  line-height:1;display:inline-block;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.ti-bell:before{content:"\ea35"}
.ti-brand-whatsapp:before{content:"\ec74"}
.ti-check:before{content:"\ea5e"}
.ti-chevron-down:before{content:"\ea5f"}
.ti-crown:before{content:"\ed12"}
.ti-door-enter:before{content:"\ef4c"}
.ti-gift:before{content:"\eb68"}
.ti-heart:before{content:"\eabe"}
.ti-loader-2:before{content:"\f226"}
.ti-messages:before{content:"\eb6c"}
.ti-player-play:before{content:"\ed46"}
.ti-rosette:before{content:"\f599"}
.ti-shield-check:before{content:"\eb22"}
.ti-sparkles:before{content:"\f6d7"}
.ti-user:before{content:"\eb4d"}
.ti-users-group:before{content:"\fa21"}
.ti-video:before{content:"\ed22"}
.ti-arrow-left:before{content:"\ea19"}
