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

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

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

.ph {
  font-family: "Phosphor" !important;
}

.ph-fill {
  font-family: "Phosphor-Fill" !important;
}

.ph-arrow-clockwise::before { content: "\e036"; }
.ph-caret-down::before { content: "\e136"; }
.ph-check-circle::before { content: "\e184"; }
.ph-clock::before { content: "\e19a"; }
.ph-magnifying-glass::before { content: "\e30c"; }
.ph-map-pin::before { content: "\e316"; }
.ph-moon::before { content: "\e330"; }
.ph-plus::before { content: "\e3d4"; }
.ph-star::before { content: "\e46a"; }
.ph-sun::before { content: "\e472"; }
.ph-trash::before { content: "\e4a6"; }
