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

.ph-light {
  font-family: "Phosphor-Light" !important;
  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-light.ph-arrow-right::before { content: "\e06c"; }
.ph-light.ph-arrow-up-right::before { content: "\e092"; }
.ph-light.ph-check::before { content: "\e182"; }
.ph-light.ph-envelope-simple::before { content: "\e218"; }
.ph-light.ph-map-pin-line::before { content: "\e318"; }
.ph-light.ph-phone::before { content: "\e3b8"; }
