/* Lokal eingebundene Schriften (aus dem KiFaZ-Schriften-Ordner). */

@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/BebasNeue-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('fonts/Muli-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('fonts/Muli-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Selbst gehosteter Ersatz für die genutzten Font-Awesome-Icons. */
@font-face {
  font-family: 'Font Awesome 6 Free Solid';
  src: url('fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.fa-solid {
  font-family: 'Font Awesome 6 Free Solid';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-calendar-day::before { content: "\f783"; }
.fa-calendar-week::before { content: "\f784"; }
.fa-users::before { content: "\f0c0"; }
.fa-clock::before { content: "\f017"; }
.fa-flask::before { content: "\f0c3"; }
.fa-hammer::before { content: "\f6e3"; }
.fa-plus::before { content: "\2b"; }
.fa-trash::before { content: "\f1f8"; }
.fa-xmark::before { content: "\f00d"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-pen::before { content: "\f304"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-plane::before { content: "\f072"; }
.fa-clipboard-list::before { content: "\f46d"; }
.fa-rotate-left::before { content: "\f2ea"; }
.fa-eye::before { content: "\f06e"; }
.fa-lock::before { content: "\f023"; }
.fa-lock-open::before { content: "\f3c1"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-house::before { content: "\f015"; }
.fa-circle-info::before { content: "\f05a"; }
