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

.ph {
  font-family: "Phosphor" !important;
  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.ph-arrow-right::before { content: "\e06c"; }
.ph.ph-buildings::before { content: "\e102"; }
.ph.ph-caret-right::before { content: "\e13a"; }
.ph.ph-check::before { content: "\e182"; }
.ph.ph-envelope-simple::before { content: "\e218"; }
.ph.ph-house-line::before { content: "\e2c4"; }
.ph.ph-list::before { content: "\e2f0"; }
.ph.ph-map-pin::before { content: "\e316"; }
.ph.ph-phone::before { content: "\e3b8"; }
.ph.ph-train::before { content: "\e496"; }
.ph.ph-x::before { content: "\e4f6"; }
