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

.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-waves:before {
  content: "\e6de";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph.ph-infinity:before {
  content: "\e634";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-receipt:before {
  content: "\e3ec";
}
.ph.ph-lightning:before {
  content: "\e2de";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph.ph-lock-key:before {
  content: "\e2fe";
}
.ph.ph-laptop:before {
  content: "\e586";
}
.ph.ph-user:before {
  content: "\e4c2";
}
.ph.ph-devices:before {
  content: "\eba4";
}
.ph.ph-eye-slash:before {
  content: "\e224";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-list:before {
  content: "\e2f0";
}
.ph.ph-chart-line-up:before {
  content: "\e156";
}