/* ==========================================================================
   TEAMSIGS — PHOSPHOR ICONS LOCAL HOSTED (REGULAR + FILL)
   ========================================================================== */

/* ── 1. TIPOGRAFÍA INTERFAZ REGULAR ── */
@font-face {
  font-family: "Phosphor";
  src: url("../fonts/Phosphor.woff2") format("woff2");
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── 2. TIPOGRAFÍA INTERFAZ SÓLIDA (FILL) ── */
@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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── 3. MAPEO DE ICONOS UTILIZADOS EN EL SAAS ── */
.ph.ph-signature:before { content: "\ebac"; }
.ph.ph-envelope:before { content: "\e214"; }
.ph.ph-squares-four:before { content: "\e464"; }
.ph.ph-layout:before { content: "\e6d6"; }
.ph.ph-users-three:before { content: "\e68e"; }
.ph.ph-building:before { content: "\e100"; }
.ph.ph-credit-card:before { content: "\e1d2"; }
.ph.ph-shield-check:before { content: "\e40c"; }
.ph.ph-sign-out:before { content: "\e42a"; }
.ph.ph-user-switch:before { content: "\e756"; }
.ph.ph-plus-circle:before { content: "\e3d6"; }
.ph.ph-note-pencil:before { content: "\e34c"; }
.ph.ph-copy:before { content: "\e1ca"; }
.ph.ph-trash:before { content: "\e4a6"; }
.ph.ph-clipboard-text:before { content: "\e198"; }
.ph.ph-magnifying-glass:before { content: "\e30c"; }
.ph.ph-download:before { content: "\e20a"; }
.ph.ph-upload-simple:before { content: "\e4c0"; }
.ph.ph-x:before { content: "\e4f6"; }
.ph.ph-caret-down:before { content: "\e136"; }
.ph.ph-list:before { content: "\e2f0"; }
.ph.ph-caret-left:before { content: "\e138"; }
.ph.ph-caret-right:before { content: "\e13a"; }
.ph.ph-image:before { content: "\e2ca"; }
.ph.ph-warning:before { content: "\e4e0"; }
.ph.ph-funnel:before { content: "\e266"; }
.ph.ph-key:before { content: "\e2d6"; }
.ph.ph-wrench:before { content: "\e5d4"; }
.ph.ph-package:before { content: "\e390"; }
.ph.ph-arrow-right:before { content: "\e06c"; }
.ph.ph-arrow-left:before { content: "\e058"; }
.ph.ph-clock:before { content: "\e19a"; }
.ph.ph-tag:before { content: "\e478"; }
.ph.ph-life-buoy:before { content: "\e2ee"; }
.ph.ph-question:before { content: "\e3f6"; }

/* Mapeos de la variante Sólida (Fill) */
.ph-fill.ph-check-circle:before { content: "\e184"; }
.ph-fill.ph-sparkle:before { content: "\e6a2"; }
.ph-fill.ph-lightning:before { content: "\e2de"; }
.ph-fill.ph-lock-simple:before { content: "\e308"; }
.ph-fill.ph-chart-line-up:before { content: "\e156"; }