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

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

/* ============================================================================
   Base Icon Styles
   ========================================================================== */

.ph-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Bold" !important;
  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 {
  font-family: "Phosphor-Fill" !important;
  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;
}

/* ============================================================================
   Icon Definitions - Bold Variant (20 icônes)
   ========================================================================== */

.ph-bold.ph-brain:before {
  content: "\e74e";
}

.ph-bold.ph-calendar-check:before {
  content: "\e712";
}

.ph-bold.ph-caret-down:before {
  content: "\e136";
}

.ph-bold.ph-certificate:before {
  content: "\e766";
}

.ph-bold.ph-chats-circle:before {
  content: "\e17e";
}

.ph-bold.ph-check-circle:before {
  content: "\e184";
}

.ph-bold.ph-coins:before {
  content: "\e78e";
}

.ph-bold.ph-gear:before {
  content: "\e270";
}

.ph-bold.ph-graduation-cap:before {
  content: "\e62c";
}

.ph-bold.ph-lightbulb:before {
  content: "\e2dc";
}

.ph-bold.ph-lightning:before {
  content: "\e2de";
}

.ph-bold.ph-paper-plane-tilt:before {
  content: "\e398";
}

.ph-bold.ph-puzzle-piece:before {
  content: "\e596";
}

.ph-bold.ph-question:before {
  content: "\e3e8";
}

.ph-bold.ph-robot:before {
  content: "\e762";
}

.ph-bold.ph-rocket-launch:before {
  content: "\e3fe";
}

.ph-bold.ph-target:before {
  content: "\e47c";
}

.ph-bold.ph-timer:before {
  content: "\e492";
}

.ph-bold.ph-trend-up:before {
  content: "\e4ae";
}

.ph-bold.ph-users:before {
  content: "\e4d6";
}

/* ============================================================================
   Icon Definitions - Fill Variant (3 icônes)
   ========================================================================== */

.ph-fill.ph-check-circle:before {
  content: "\e184";
}

.ph-fill.ph-seal-check:before {
  content: "\e606";
}

.ph-fill.ph-warning-circle:before {
  content: "\e4e2";
}