/* Phosphor Icons – selbst gehostet (DSGVO-konform) */
@font-face {
  font-family: "Phosphor";
  src: url("./Phosphor-regular.woff2") format("woff2");
  font-weight: normal; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Phosphor-Bold";
  src: url("./Phosphor-bold.woff2") format("woff2");
  font-weight: normal; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Phosphor-Fill";
  src: url("./Phosphor-fill.woff2") format("woff2");
  font-weight: normal; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Phosphor-Duotone";
  src: url("./Phosphor-duotone.woff2") format("woff2");
  font-weight: normal; font-style: normal; font-display: block;
}

.ph, [class^="ph-"], [class*=" ph-"] {
  font-style: normal; font-variant: normal; text-transform: none;
  line-height: 1; display: inline-block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
[class^="ph "]:not([class*="ph-bold"]):not([class*="ph-fill"]):not([class*="ph-duotone"]),
[class*=" ph "]:not([class*="ph-bold"]):not([class*="ph-fill"]):not([class*="ph-duotone"]),
.ph { font-family: "Phosphor" !important; }
[class*="ph-bold"] { font-family: "Phosphor-Bold" !important; }
[class*="ph-fill"] { font-family: "Phosphor-Fill" !important; }
[class*="ph-duotone"] { font-family: "Phosphor-Duotone" !important; }
