/* Phosphor Icons — trimmed to icons used by Wiserframe (regular + fill) */

@font-face {
  font-family: "Phosphor";
  src:
    url("./Phosphor.woff2") format("woff2"),
    url("./Phosphor.woff") format("woff"),
    url("./Phosphor.ttf") format("truetype"),
    url("./Phosphor.svg#Phosphor") format("svg");
  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;
}

/* Trimmed: only icons used by the live site */
.ph.ph-app-window:before {
  content: "\e5da";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-bell:before {
  content: "\e0ce";
}
.ph.ph-book:before {
  content: "\e0e2";
}
.ph.ph-book-open:before {
  content: "\e0e6";
}
.ph.ph-calendar:before {
  content: "\e108";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-chart-line:before {
  content: "\e154";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-code:before {
  content: "\e1bc";
}
.ph.ph-cursor-click:before {
  content: "\e7c8";
}
.ph.ph-eye:before {
  content: "\e220";
}
.ph.ph-globe:before {
  content: "\e288";
}
.ph.ph-heart:before {
  content: "\e2a8";
}
.ph.ph-heartbeat:before {
  content: "\e2ac";
}
.ph.ph-lock:before {
  content: "\e2fa";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-map-trifold:before {
  content: "\e31a";
}
.ph.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-queue:before {
  content: "\e6ac";
}
.ph.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-sparkle:before {
  content: "\e6a2";
}
.ph.ph-squares-four:before {
  content: "\e464";
}
.ph.ph-stack:before {
  content: "\e466";
}
.ph.ph-text-aa:before {
  content: "\e6ee";
}
.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-circle:before {
  content: "\e4f8";
}


.ph.ph-list:before {
  content: "\e2f0";
}
.ph.ph-x:before {
  content: "\e4f6";
}

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

.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;
}

/* Trimmed: only icons used by the live site */
.ph-fill.ph-check-circle:before {
  content: "\e184";
}
.ph-fill.ph-heart:before {
  content: "\e2a8";
}
.ph-fill.ph-heartbeat:before {
  content: "\e2ac";
}
.ph-fill.ph-sparkle:before {
  content: "\e6a2";
}
