/* Subset von Phosphor Icons "Bold" – enthält nur die auf dieser Website
   tatsächlich verwendeten Icons. Quelle: phosphor-bold.css (unpkg.com,
   @phosphor-icons/web@2.1.1). Neues Icon nötig? Klasse in phosphor-bold.css
   nachschlagen, Unicode-Codepoint hier ergänzen und
   fonts/phosphor/Phosphor-Bold-subset.woff2 per fontTools neu erzeugen
   (siehe Kommentar am Dateiende). */

@font-face {
  font-family: "Phosphor-Bold";
  src: url("fonts/phosphor/Phosphor-Bold-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.ph-bold {
  font-family: "Phosphor-Bold" !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-bold.ph-clock:before { content: "\e19a"; }
.ph-bold.ph-disc:before { content: "\e564"; }
.ph-bold.ph-envelope-simple:before { content: "\e218"; }
.ph-bold.ph-gear:before { content: "\e270"; }
.ph-bold.ph-handshake:before { content: "\e582"; }
.ph-bold.ph-list:before { content: "\e2f0"; }
.ph-bold.ph-magnifying-glass:before { content: "\e30c"; }
.ph-bold.ph-map-pin:before { content: "\e316"; }
.ph-bold.ph-phone:before { content: "\e3b8"; }
.ph-bold.ph-printer:before { content: "\e3dc"; }
.ph-bold.ph-seal-check:before { content: "\e606"; }
.ph-bold.ph-spray-bottle:before { content: "\e7e4"; }
.ph-bold.ph-tire:before { content: "\edd2"; }
.ph-bold.ph-wind:before { content: "\e5d2"; }
.ph-bold.ph-x:before { content: "\e4f6"; }

/* Subset neu erzeugen (aus dem Projekt-Root):
python3 -m fontTools.subset fonts/phosphor/Phosphor-Bold.woff2 \
  --unicodes="e19a,e564,e218,e270,e582,e2f0,e30c,e316,e3b8,e3dc,e606,e7e4,edd2,e5d2,e4f6,<NEUER-CODEPOINT>" \
  --flavor=woff2 --output-file=fonts/phosphor/Phosphor-Bold-subset.woff2 \
  --no-layout-closure --name-IDs='' --drop-tables+=DSIG
*/
