/* 
  Phosphor Icons - Self-hosted minimal subset
  Only includes the ~17 icons actually used on the site.
  font-display: swap for zero render-blocking.
*/

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

.ph {
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-list:before { content: "\e2f0"; }
.ph.ph-caret-right:before { content: "\e13a"; }
.ph.ph-plus:before { content: "\e3d4"; }
.ph.ph-instagram-logo:before { content: "\e2d0"; }
.ph.ph-envelope-simple:before { content: "\e218"; }
.ph.ph-x:before { content: "\e4f6"; }
.ph.ph-arrow-left:before { content: "\e058"; }

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

.ph-fill {
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-star-four:before { content: "\e6a4"; }
.ph-fill.ph-apple-logo:before { content: "\e516"; }
.ph-fill.ph-calendar-plus:before { content: "\e714"; }
.ph-fill.ph-star:before { content: "\e46a"; }
.ph-fill.ph-map-pin:before { content: "\e316"; }
.ph-fill.ph-app-window:before { content: "\e5da"; }
.ph-fill.ph-magnifying-glass:before { content: "\e30c"; }
.ph-fill.ph-calendar-check:before { content: "\e712"; }
.ph-fill.ph-barbell:before { content: "\e0b6"; }

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

.ph-bold {
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-bold.ph-check:before { content: "\e182"; }
