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

.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-down:before {
  content: "\e03e";
}
.ph.ph-caret-left:before {
  content: "\e138";
}
.ph.ph-caret-right:before {
  content: "\e13a";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-minus:before {
  content: "\e32a";
}
.ph.ph-x:before {
  content: "\e4f6";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-check:before {
  content: "\e182";
}
.ph.ph-globe:before {
  content: "\e288";
}
.ph.ph-download-simple:before {
  content: "\e20c";
}
.ph.ph-first-aid:before {
  content: "\e56e";
}
.ph.ph-umbrella:before {
  content: "\e684";
}
.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph.ph-basketball:before {
  content: "\e724";
}
.ph.ph-books:before {
  content: "\e758";
}
.ph.ph-stack:before {
  content: "\e466";
}
