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

.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-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph.ph-arrow-left:before {
  content: "\e058";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-book-open:before {
  content: "\e0e6";
}
.ph.ph-books:before {
  content: "\e758";
}
.ph.ph-brain:before {
  content: "\e74e";
}
.ph.ph-calendar:before {
  content: "\e108";
}
.ph.ph-calendar-check:before {
  content: "\e712";
}
.ph.ph-calendar-x:before {
  content: "\e10c";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-caret-right:before {
  content: "\e13a";
}
.ph.ph-chart-bar:before {
  content: "\e150";
}
.ph.ph-chat-dots:before {
  content: "\e170";
}
.ph.ph-check:before {
  content: "\e182";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-compass-tool:before {
  content: "\ea0e";
}
.ph.ph-crown:before {
  content: "\e614";
}
.ph.ph-envelope-simple:before {
  content: "\e16d";
}
.ph.ph-eye:before {
  content: "\e220";
}
.ph.ph-facebook-logo:before {
  content: "\e226";
}
.ph.ph-floppy-disk:before {
  content: "\e248";
}
.ph.ph-graduation-cap:before {
  content: "\e62c";
}
.ph.ph-handshake:before {
  content: "\e582";
}
.ph.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph.ph-info:before {
  content: "\e2ce";
}
.ph.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph.ph-layout:before {
  content: "\e6d6";
}
.ph.ph-list:before {
  content: "\e2f0";
}
.ph.ph-lock:before {
  content: "\e2fa";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-medal:before {
  content: "\e320";
}
.ph.ph-minus:before {
  content: "\e32a";
}
.ph.ph-money:before {
  content: "\e588";
}
.ph.ph-paint-brush:before {
  content: "\e6f0";
}
.ph.ph-pencil:before {
  content: "\e3ae";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-prohibit:before {
  content: "\e3de";
}
.ph.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph.ph-seal-check:before {
  content: "\e606";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-sign-out:before {
  content: "\e42a";
}
.ph.ph-sparkle:before {
  content: "\e6a2";
}
.ph.ph-spinner:before {
  content: "\e66a";
}
.ph.ph-squares-four:before {
  content: "\e464";
}
.ph.ph-star:before {
  content: "\e46a";
}
.ph.ph-ticket:before {
  content: "\e490";
}
.ph.ph-trash:before {
  content: "\e4a6";
}
.ph.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph.ph-user:before {
  content: "\e4c2";
}
.ph.ph-user-circle:before {
  content: "\e4c4";
}
.ph.ph-users:before {
  content: "\e4d6";
}
.ph.ph-users-three:before {
  content: "\e68e";
}
.ph.ph-warning:before {
  content: "\e4e0";
}
.ph.ph-x:before {
  content: "\e4f6";
}
.ph.ph-x-circle:before {
  content: "\e4f8";
}

/* === Fill variant (star only) === */
@font-face {
  font-family: "Phosphor-Fill";
  src: url("../fonts/Phosphor-Fill.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-fill {
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ph-fill ph-star (v2 syntax, used in dashboard) */
.ph-fill.ph-star:before {
  content: "\e46a";
}

/* ph ph-star-fill (v1 syntax, used across most pages) */
.ph.ph-star-fill:before {
  content: "\e46a";
  font-family: "Phosphor-Fill" !important;
}
