/* Phosphor Icons 2.1.2 (MIT, siehe ../LICENSE) - Subset mit den 35 Icons, die das Theme nutzt.
   Erzeugt am 2026-09-11 mit fontTools aus regular/Phosphor.woff und fill/Phosphor-Fill.woff.
   Die Originale liegen unveraendert daneben. Neues Icon im Theme? -> auch hier eintragen
   (Codepoint aus regular/style.css bzw. fill/style.css) und die Schrift neu erzeugen. */
@font-face {
  font-family: "Phosphor";
  src: url("./Phosphor-subset.woff?v=2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-arrow-right:before {
  content: "\e06c";
}

.ph.ph-bathtub:before {
  content: "\e81e";
}

.ph.ph-bed:before {
  content: "\e0cc";
}

.ph.ph-buildings:before {
  content: "\e102";
}

.ph.ph-car:before {
  content: "\e112";
}

.ph.ph-caret-down:before {
  content: "\e136";
}

.ph.ph-caret-left:before {
  content: "\e138";
}

.ph.ph-caret-right:before {
  content: "\e13a";
}

.ph.ph-check:before {
  content: "\e182";
}

.ph.ph-check-circle:before {
  content: "\e184";
}

.ph.ph-clock:before {
  content: "\e19a";
}

.ph.ph-compass:before {
  content: "\e1c8";
}

.ph.ph-corners-out:before {
  content: "\e1d0";
}

.ph.ph-door-open:before {
  content: "\e7e6";
}

.ph.ph-fire:before {
  content: "\e242";
}

.ph.ph-globe:before {
  content: "\e288";
}

.ph.ph-key:before {
  content: "\e2d6";
}

.ph.ph-lock-key:before {
  content: "\e2fe";
}

.ph.ph-map-trifold:before {
  content: "\e31a";
}

.ph.ph-mountains:before {
  content: "\e7ae";
}

.ph.ph-paw-print:before {
  content: "\e648";
}

.ph.ph-prohibit:before {
  content: "\e3de";
}

.ph.ph-squares-four:before {
  content: "\e464";
}

.ph.ph-star:before {
  content: "\e46a";
}

.ph.ph-sun:before {
  content: "\e472";
}

.ph.ph-tree-evergreen:before {
  content: "\e6dc";
}

.ph.ph-users:before {
  content: "\e4d6";
}

.ph.ph-washing-machine:before {
  content: "\ede8";
}

.ph.ph-waves:before {
  content: "\e6de";
}

.ph.ph-wheelchair:before {
  content: "\e4e8";
}

.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}

.ph.ph-wind:before {
  content: "\e5d2";
}

.ph.ph-x:before {
  content: "\e4f6";
}

@font-face {
  font-family: "Phosphor-Fill";
  src: url("./Phosphor-Fill-subset.woff?v=2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-fill {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-star:before {
  content: "\e46a";
}

.ph-fill.ph-star-half:before {
  content: "\e70a";
}

