/* Phosphor Icons regular — self-hosted subset (v2.1.1).
 * Source: @phosphor-icons/web. Only icons used by the site.
 */
@font-face {
  font-family: "Phosphor";
  src: url("/fonts/phosphor/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.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-chats-circle:before {
  content: "\e17e";
}
.ph.ph-spiral:before {
  content: "\e9fa";
}
.ph.ph-calendar-check:before {
  content: "\e712";
}
.ph.ph-headset:before {
  content: "\e584";
}
.ph.ph-heartbeat:before {
  content: "\e2ac";
}
.ph.ph-users-three:before {
  content: "\e68e";
}
.ph.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph.ph-storefront:before {
  content: "\e470";
}
.ph.ph-cloud:before {
  content: "\e1aa";
}
.ph.ph-bank:before {
  content: "\e0b4";
}
.ph.ph-car:before {
  content: "\e112";
}
.ph.ph-lightning:before {
  content: "\e2de";
}
.ph.ph-graduation-cap:before {
  content: "\e62c";
}
.ph.ph-warning-circle:before {
  content: "\e4e2";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-arrow-down:before {
  content: "\e03e";
}
