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

.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-armchair:before {
  content: "\e012";
}
.ph-arrow-left:before {
  content: "\e058";
}
.ph-arrow-right:before {
  content: "\e06c";
}
.ph-baby:before {
  content: "\e774";
}
.ph-camera:before {
  content: "\e10e";
}
.ph-car:before {
  content: "\e112";
}
.ph-caret-down:before {
  content: "\e136";
}
.ph-check-circle:before {
  content: "\e184";
}
.ph-clock:before {
  content: "\e19a";
}
.ph-envelope:before {
  content: "\e214";
}
.ph-heart:before {
  content: "\e2a8";
}
.ph-house:before {
  content: "\e2c2";
}
.ph-image:before {
  content: "\e2ca";
}
.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-list:before {
  content: "\e2f0";
}
.ph-map-pin:before {
  content: "\e316";
}
.ph-minus:before {
  content: "\e32a";
}
.ph-phone:before {
  content: "\e3b8";
}
.ph-plus:before {
  content: "\e3d4";
}
.ph-plus-circle:before {
  content: "\e3d6";
}
.ph-star:before {
  content: "\e46a";
}
.ph-sun:before {
  content: "\e472";
}
.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph-x:before {
  content: "\e4f6";
}