/*!
 * Phosphor Icons — Light (SUBSET)
 * (c) 2023 Phosphor Icons — MIT License. Siehe ../LICENSE bzw. /fonts/LICENSES.md.
 * https://phosphoricons.com  |  https://github.com/phosphor-icons/web
 *
 * Auf die 58 im Projekt tatsaechlich genutzten Glyphen reduziert (Upstream = kompletter Font).
 * Neues Icon? Klasse `ph-light ph-<name>` ergaenzen UND den Font neu subsetten
 * (Quelle/Vorgang: TODO-LIVE.MD).  Nur woff2, font-display: swap.
 */

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

.ph-light {
  /* !important schuetzt vor Font-aendernden Browser-Extensions (wie Upstream) */
  font-family: "Phosphor-Light" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-light.ph-armchair:before { content: "\e012"; }
.ph-light.ph-arrow-right:before { content: "\e06c"; }
.ph-light.ph-bank:before { content: "\e0b4"; }
.ph-light.ph-basket:before { content: "\e964"; }
.ph-light.ph-bathtub:before { content: "\e81e"; }
.ph-light.ph-bed:before { content: "\e0cc"; }
.ph-light.ph-bread:before { content: "\e81c"; }
.ph-light.ph-broom:before { content: "\ec54"; }
.ph-light.ph-cable-car:before { content: "\e49c"; }
.ph-light.ph-calendar-check:before { content: "\e712"; }
.ph-light.ph-calendar-x:before { content: "\e10c"; }
.ph-light.ph-car:before { content: "\e112"; }
.ph-light.ph-coat-hanger:before { content: "\e7fe"; }
.ph-light.ph-coffee:before { content: "\e1c2"; }
.ph-light.ph-cooking-pot:before { content: "\e764"; }
.ph-light.ph-door-open:before { content: "\e7e6"; }
.ph-light.ph-drop:before { content: "\e210"; }
.ph-light.ph-envelope-simple:before { content: "\e218"; }
.ph-light.ph-fire:before { content: "\e242"; }
.ph-light.ph-first-aid:before { content: "\e56e"; }
.ph-light.ph-first-aid-kit:before { content: "\e570"; }
.ph-light.ph-fork-knife:before { content: "\e262"; }
.ph-light.ph-gas-pump:before { content: "\e768"; }
.ph-light.ph-globe:before { content: "\e288"; }
.ph-light.ph-house:before { content: "\e2c2"; }
.ph-light.ph-house-line:before { content: "\e2c4"; }
.ph-light.ph-info:before { content: "\e2ce"; }
.ph-light.ph-lock:before { content: "\e2fa"; }
.ph-light.ph-lock-key:before { content: "\e2fe"; }
.ph-light.ph-map-pin:before { content: "\e316"; }
.ph-light.ph-martini:before { content: "\e31c"; }
.ph-light.ph-moon:before { content: "\e330"; }
.ph-light.ph-moon-stars:before { content: "\e58e"; }
.ph-light.ph-mountains:before { content: "\e7ae"; }
.ph-light.ph-oven:before { content: "\ed8c"; }
.ph-light.ph-person-simple-bike:before { content: "\e734"; }
.ph-light.ph-person-simple-hike:before { content: "\ed54"; }
.ph-light.ph-person-simple-swim:before { content: "\e736"; }
.ph-light.ph-phone:before { content: "\e3b8"; }
.ph-light.ph-phone-call:before { content: "\e3ba"; }
.ph-light.ph-receipt:before { content: "\e3ec"; }
.ph-light.ph-ruler:before { content: "\e6b8"; }
.ph-light.ph-shower:before { content: "\e776"; }
.ph-light.ph-snowflake:before { content: "\e5aa"; }
.ph-light.ph-sparkle:before { content: "\e6a2"; }
.ph-light.ph-stairs:before { content: "\e8ec"; }
.ph-light.ph-sun:before { content: "\e472"; }
.ph-light.ph-taxi:before { content: "\e902"; }
.ph-light.ph-television:before { content: "\e754"; }
.ph-light.ph-tennis-ball:before { content: "\e720"; }
.ph-light.ph-ticket:before { content: "\e490"; }
.ph-light.ph-toilet:before { content: "\e79a"; }
.ph-light.ph-towel:before { content: "\ede6"; }
.ph-light.ph-users:before { content: "\e4d6"; }
.ph-light.ph-vault:before { content: "\e76e"; }
.ph-light.ph-waves:before { content: "\e6de"; }
.ph-light.ph-wifi-high:before { content: "\e4ea"; }
.ph-light.ph-wind:before { content: "\e5d2"; }
