/* Lokal gehostete Schriften – keine Drittübermittlung (DSGVO).
   Inter: Webfont (@fontsource). Icons: Tabler (nur genutzte Symbole gemappt). */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-700.woff2') format('woff2');
}

/* Tabler Icons (lokal) */
@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;
  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-lock::before            { content: "\eae2"; }
.ti-sparkles::before        { content: "\f6d7"; }
.ti-check::before           { content: "\ea5e"; }
.ti-arrow-down-to-arc::before { content: "\fd87"; }
.ti-clock-hour-4::before    { content: "\f319"; }
.ti-shield-bolt::before     { content: "\f9c0"; }
.ti-ban::before             { content: "\ea2e"; }
.ti-box::before             { content: "\ea45"; }
.ti-mood-heart::before      { content: "\f7b6"; }
.ti-arrow-left::before      { content: "\ea19"; }
