/* Phosphor Icons (regular) v2.1.1, MIT — CSS and font subset to the 12 icons this site uses */
@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-left:before {
  content: "\e058";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-broadcast:before {
  content: "\e0f2";
}
.ph.ph-chart-line:before {
  content: "\e154";
}
.ph.ph-cpu:before {
  content: "\e610";
}
.ph.ph-crosshair:before {
  content: "\e1d6";
}
.ph.ph-engine:before {
  content: "\ea80";
}
.ph.ph-envelope-simple:before {
  content: "\e218";
}
.ph.ph-lightning:before {
  content: "\e2de";
}
.ph.ph-list:before {
  content: "\e2f0";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
