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

.ph-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Bold" !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-bold.ph-arrow-left:before {
  content: "\e058";
}
.ph-bold.ph-arrow-right:before {
  content: "\e06c";
}
.ph-bold.ph-arrow-up:before {
  content: "\e08e";
}
.ph-bold.ph-calculator:before {
  content: "\e538";
}
.ph-bold.ph-caret-down:before {
  content: "\e136";
}
.ph-bold.ph-envelope:before {
  content: "\e214";
}
.ph-bold.ph-envelope-simple:before {
  content: "\e218";
}
.ph-bold.ph-globe:before {
  content: "\e288";
}
.ph-bold.ph-house:before {
  content: "\e2c2";
}
.ph-bold.ph-list:before {
  content: "\e2f0";
}
.ph-bold.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph-bold.ph-phone:before {
  content: "\e3b8";
}
.ph-bold.ph-spinner-gap:before {
  content: "\e66c";
}
.ph-bold.ph-tag:before {
  content: "\e478";
}
.ph-bold.ph-taxi:before {
  content: "\e902";
}
.ph-bold.ph-x:before {
  content: "\e4f6";
}
