/* Phosphor Icons — Minimal subset (45 icons) */

/* ── Regular ── */
@font-face {
  font-family: "Phosphor";
  src: url("Phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.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-list:before {
  content: "\e2f0";
}
.ph.ph-x:before {
  content: "\e4f6";
}
.ph.ph-prohibit:before {
  content: "\e3de";
}
.ph.ph-x-circle:before {
  content: "\e4f8";
}
.ph.ph-sparkle:before {
  content: "\e6a2";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-info:before {
  content: "\e2ce";
}
.ph.ph-gift:before {
  content: "\e276";
}
.ph.ph-handshake:before {
  content: "\e582";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-envelope-simple:before {
  content: "\e218";
}
.ph.ph-user:before {
  content: "\e4c2";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-package:before {
  content: "\e390";
}
.ph.ph-pencil-line:before {
  content: "\e3b2";
}
.ph.ph-brain:before {
  content: "\e74e";
}
.ph.ph-database:before {
  content: "\e1de";
}
.ph.ph-pen-nib:before {
  content: "\e3ac";
}
.ph.ph-squares-four:before {
  content: "\e464";
}
.ph.ph-users-three:before {
  content: "\e68e";
}
.ph.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph.ph-storefront:before {
  content: "\e470";
}
.ph.ph-puzzle-piece:before {
  content: "\e596";
}
.ph.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph.ph-lock-key:before {
  content: "\e2fe";
}
.ph.ph-flag:before {
  content: "\e244";
}
.ph.ph-eye:before {
  content: "\e220";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-wrench:before {
  content: "\e5d4";
}
.ph.ph-lightning:before {
  content: "\e2de";
}
.ph.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph.ph-code:before {
  content: "\e1bc";
}
.ph.ph-headset:before {
  content: "\e584";
}
.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}

/* ── Bold ── */
@font-face {
  font-family: "Phosphor-Bold";
  src: url("Phosphor-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.ph-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Bold" !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-bold.ph-check-circle:before {
  content: "\e184";
}
.ph-bold.ph-arrow-right:before {
  content: "\e06c";
}
.ph-bold.ph-check:before {
  content: "\e182";
}
.ph-bold.ph-x:before {
  content: "\e4f6";
}
.ph-bold.ph-shield-check:before {
  content: "\e40c";
}

/* ── Fill ── */
@font-face {
  font-family: "Phosphor-Fill";
  src: url("Phosphor-Fill.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.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-play:before {
  content: "\e3d0";
}
.ph-fill.ph-star:before {
  content: "\e46a";
}
