/* ============================================================
   SELBST GEHOSTETE ICONS (Phosphor, nur "regular"-Schnitt)
   ============================================================
   Vorher ueber cdn.jsdelivr.net eingebunden. Enthaelt hier bewusst
   nur die Icon-Klassen, die diese Seite tatsaechlich benutzt
   (13 Stueck), nicht das komplette Phosphor-Set mit hunderten
   Icons - die Schriftdatei "Phosphor.woff2" selbst bleibt
   unveraendert (enthaelt technisch weiterhin alle Icons, das laesst
   sich ohne Build-Tool nicht sauftrennen), aber die CSS-Datei ist
   dadurch viel kleiner als das Original von jsDelivr.

   Kommt ein neues Icon dazu: einfach die passende Regel aus
   https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css
   heraussuchen und unten ergaenzen.
   ============================================================ */

@font-face {
  font-family: "Phosphor";
  src: url("Phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-armchair:before { content: "\e012"; }
.ph.ph-arrow-down-right:before { content: "\e042"; }
.ph.ph-buildings:before { content: "\e102"; }
.ph.ph-clock:before { content: "\e19a"; }
.ph.ph-cube:before { content: "\e1da"; }
.ph.ph-door:before { content: "\e61c"; }
.ph.ph-envelope-simple:before { content: "\e218"; }
.ph.ph-hammer:before { content: "\e80e"; }
.ph.ph-list:before { content: "\e2f0"; }
.ph.ph-map-pin:before { content: "\e316"; }
.ph.ph-map-pin-line:before { content: "\e318"; }
.ph.ph-phone:before { content: "\e3b8"; }
.ph.ph-storefront:before { content: "\e470"; }
