/* Phosphor Icons – Font (wie in app) + Icon-Klassen für EFFEKTANK */
@font-face {
  font-family: "Phosphor";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/phosphor/Phosphor.woff2") format("woff2");
}

.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";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Aus app übernommen */
.ph.ph-cpu:before { content: "\e610"; }
.ph.ph-envelope:before { content: "\e214"; }
.ph.ph-github-logo:before { content: "\e576"; }
.ph.ph-house:before { content: "\e2c2"; }
.ph.ph-linkedin-logo:before { content: "\e2ee"; }
.ph.ph-lock-key:before { content: "\e2fe"; }
.ph.ph-user:before { content: "\e4c2"; }

/* EFFEKTANK: Suche, Nav, Theme, Karten */
.ph.ph-magnifying-glass:before { content: "\e200"; }
.ph.ph-list:before { content: "\e2e8"; }
.ph.ph-gear:before { content: "\e266"; }
.ph.ph-sun:before { content: "\e44a"; }
.ph.ph-moon:before { content: "\e338"; }
.ph.ph-map-pin:before { content: "\e318"; }
.ph.ph-navigation:before { content: "\e32e"; }
.ph.ph-lightning:before { content: "\e2f0"; }
.ph.ph-floppy-disk:before { content: "\e22c"; }
.ph.ph-car:before { content: "\e1a2"; }
.ph.ph-paint-brush:before { content: "\e36a"; }
.ph.ph-map-trifold:before { content: "\e314"; }
.ph.ph-gas-pump:before { content: "\e258"; }

/* Größen in Nav/Buttons (wie bisher SVG) */
.ph.nav-icon { font-size: 1.3rem; display: inline-block; vertical-align: middle; }
.ph.btn-icon-svg { font-size: 1.1rem; display: inline-block; vertical-align: middle; }
.ph.theme-icon { font-size: 1.2rem; display: inline-block; }
.ph.card-title-icon { font-size: 1em; margin-right: 0.2rem; }
