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

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

.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-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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.ph-bold.ph-arrow-right:before { content: "\e06c"; }
.ph-bold.ph-bed:before { content: "\e0cc"; }
.ph-bold.ph-buildings:before { content: "\e102"; }
.ph-bold.ph-calendar-check:before { content: "\e712"; }
.ph-bold.ph-chat-circle-text:before { content: "\e16e"; }
.ph-bold.ph-check:before { content: "\e182"; }
.ph-bold.ph-credit-card:before { content: "\e1d2"; }
.ph-bold.ph-cursor-click:before { content: "\e7c8"; }
.ph-bold.ph-house-line:before { content: "\e2c4"; }
.ph-bold.ph-list:before { content: "\e2f0"; }
.ph-bold.ph-map-trifold:before { content: "\e31a"; }
.ph-bold.ph-minus:before { content: "\e32a"; }
.ph-bold.ph-play-circle:before { content: "\e3d2"; }
.ph-bold.ph-plus:before { content: "\e3d4"; }
.ph-bold.ph-question:before { content: "\e3e8"; }
.ph-bold.ph-trophy:before { content: "\e67e"; }
.ph-bold.ph-warning-circle:before { content: "\e4e2"; }
.ph-bold.ph-x:before { content: "\e4f6"; }
.ph-fill.ph-quotes:before { content: "\e660"; }
