/* Phosphor Icons — Regular weight, self-hosted (pinned v2.1.1)
   Only the 8 glyphs used by the QuickAtWork homepage.
   No CDN. CSP-safe: served from same origin. */

@font-face {
  font-family: "Phosphor";
  src:
    url("./Phosphor-Regular.woff2") format("woff2"),
    url("./Phosphor-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

/* ── Icon set (codepoints from @phosphor-icons/web v2.1.1 regular) ── */
.ph.ph-bank:before           { content: "\e0b4"; }
.ph.ph-calculator:before     { content: "\e538"; }
.ph.ph-code:before           { content: "\e1bc"; }
.ph.ph-graduation-cap:before { content: "\e62c"; }
.ph.ph-magnifying-glass:before { content: "\e30c"; }
.ph.ph-megaphone:before      { content: "\e324"; }
.ph.ph-receipt:before        { content: "\e3ec"; }
.ph.ph-scales:before         { content: "\e750"; }
.ph.ph-users-three:before    { content: "\e68e"; }

/* ── Blog icon additions ── */
.ph.ph-chat-circle:before   { content: "\e168"; }
.ph.ph-heart:before          { content: "\e2a8"; }
.ph.ph-arrow-left:before     { content: "\e058"; }
.ph.ph-arrow-right:before    { content: "\e06c"; }
.ph.ph-caret-right:before    { content: "\e13a"; }
.ph.ph-chart-line-up:before  { content: "\e156"; }
.ph.ph-cpu:before            { content: "\e610"; }
.ph.ph-lightning:before      { content: "\e2de"; }
.ph.ph-link-simple:before    { content: "\e2e6"; }
.ph.ph-linkedin-logo:before  { content: "\e2ee"; }
.ph.ph-stack:before          { content: "\e466"; }
.ph.ph-tray:before           { content: "\e4aa"; }
.ph.ph-twitter-logo:before   { content: "\e4ba"; }
