/* Phosphor Icons — trimmed to only the glyphs this site actually uses.
   Full icon set (~1200 glyphs x 2 weights, several MB) is unnecessary here. */

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

@font-face {
  font-family: "Phosphor-Bold";
  src: url("../fonts/phosphor-bold.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;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.ph.ph-cursor-click:before,
.ph-bold.ph-cursor-click:before { content: "\e7c8"; }
.ph.ph-eye:before,
.ph-bold.ph-eye:before { content: "\e220"; }
.ph.ph-arrow-bend-down-right:before,
.ph-bold.ph-arrow-bend-down-right:before { content: "\e01a"; }
.ph.ph-arrow-right:before,
.ph-bold.ph-arrow-right:before { content: "\e06c"; }
.ph.ph-caret-down:before,
.ph-bold.ph-caret-down:before { content: "\e136"; }
.ph.ph-caret-up:before,
.ph-bold.ph-caret-up:before { content: "\e13c"; }
.ph.ph-pulse:before,
.ph-bold.ph-pulse:before { content: "\e000"; }
.ph.ph-sliders-horizontal:before,
.ph-bold.ph-sliders-horizontal:before { content: "\e434"; }
.ph.ph-warning-diamond:before,
.ph-bold.ph-warning-diamond:before { content: "\e7fc"; }
