/* Phosphor Icons – nur genutzte Klassen (Font aus fonts.css) */
.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;
}

.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"; }
