@font-face {
  font-family: "Phosphor";
  src: url("./Phosphor.v2.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-arrow-up-right:before {
  content: "\e092";
}
.ph.ph-chart-line-up:before {
  content: "\e156";
}
.ph.ph-check:before {
  content: "\e182";
}
.ph.ph-cloud-warning:before {
  content: "\ea98";
}
.ph.ph-compass:before {
  content: "\e1c8";
}
.ph.ph-copy:before {
  content: "\e1ca";
}
.ph.ph-credit-card:before {
  content: "\e1d2";
}
.ph.ph-download-simple:before {
  content: "\e20c";
}
.ph.ph-envelope:before {
  content: "\e214";
}
.ph.ph-eye:before {
  content: "\e220";
}
.ph.ph-funnel:before {
  content: "\e266";
}
.ph.ph-hourglass:before {
  content: "\e2b2";
}
.ph.ph-house:before {
  content: "\e2c2";
}
.ph.ph-info:before {
  content: "\e2ce";
}
.ph.ph-laptop:before {
  content: "\e586";
}
.ph.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph.ph-lock-key:before {
  content: "\e2fe";
}
.ph.ph-network:before {
  content: "\edde";
}
.ph.ph-pause:before {
  content: "\e39e";
}
.ph.ph-play:before {
  content: "\e3d0";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-sign-in:before {
  content: "\e428";
}
.ph.ph-sign-out:before {
  content: "\e42a";
}
.ph.ph-squares-four:before {
  content: "\e464";
}
.ph.ph-trash:before {
  content: "\e4a6";
}
.ph.ph-warning-circle:before {
  content: "\e4e2";
}
.ph.ph-x:before {
  content: "\e4f6";
}
.ph.ph-x-circle:before {
  content: "\e4f8";
}
