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

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

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

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

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

.ph.ph-map-pin::before { content: "\e316"; }
.ph.ph-wallet::before { content: "\e68a"; }
.ph.ph-seal-percent::before { content: "\e60a"; }
.ph.ph-lightning::before { content: "\e2de"; }
.ph.ph-calendar-x::before { content: "\e10c"; }
.ph.ph-instagram-logo::before { content: "\e2d0"; }
.ph.ph-facebook-logo::before { content: "\e226"; }
.ph.ph-x-logo::before { content: "\e4bc"; }
.ph.ph-linkedin-logo::before { content: "\e2ee"; }
.ph.ph-youtube-logo::before { content: "\e4fc"; }

.ph-bold.ph-caret-down::before { content: "\e136"; }
.ph-bold.ph-magnifying-glass::before { content: "\e30c"; }
.ph-bold.ph-arrow-right::before { content: "\e06c"; }
.ph-bold.ph-plus::before { content: "\e3d4"; }
.ph-bold.ph-check::before { content: "\e182"; }

.ph-fill.ph-bell::before { content: "\e0ce"; }
.ph-fill.ph-star::before { content: "\e46a"; }
.ph-fill.ph-app-store-logo::before { content: "\e974"; }
.ph-fill.ph-google-play-logo::before { content: "\e294"; }
.ph-fill.ph-check::before { content: "\e182"; }
.ph-fill.ph-map-pin::before { content: "\e316"; }
