@font-face {
  font-family: "Phosphor";
  src: url("./phosphor-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Phosphor-Fill";
  src: url("./phosphor-fill.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill {
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-sun:before { content: "\e472"; }
.ph-fill.ph-sun:before { content: "\e472"; }
.ph.ph-moon:before { content: "\e330"; }
.ph-fill.ph-moon:before { content: "\e330"; }
.ph.ph-list:before { content: "\e2f0"; }
.ph-fill.ph-list:before { content: "\e2f0"; }
.ph.ph-arrow-right:before { content: "\e06c"; }
.ph-fill.ph-arrow-right:before { content: "\e06c"; }
.ph.ph-check-circle:before { content: "\e184"; }
.ph-fill.ph-check-circle:before { content: "\e184"; }
.ph.ph-briefcase:before { content: "\e0ee"; }
.ph-fill.ph-briefcase:before { content: "\e0ee"; }
.ph.ph-envelope-simple:before { content: "\e218"; }
.ph-fill.ph-envelope-simple:before { content: "\e218"; }
.ph.ph-phone:before { content: "\e3b8"; }
.ph-fill.ph-phone:before { content: "\e3b8"; }
.ph.ph-map-pin:before { content: "\e316"; }
.ph-fill.ph-map-pin:before { content: "\e316"; }
.ph.ph-paper-plane-tilt:before { content: "\e398"; }
.ph-fill.ph-paper-plane-tilt:before { content: "\e398"; }
.ph.ph-linkedin-logo:before { content: "\e2ee"; }
.ph-fill.ph-linkedin-logo:before { content: "\e2ee"; }
.ph.ph-twitter-logo:before { content: "\e4ba"; }
.ph-fill.ph-twitter-logo:before { content: "\e4ba"; }
.ph.ph-instagram-logo:before { content: "\e2d0"; }
.ph-fill.ph-instagram-logo:before { content: "\e2d0"; }
.ph.ph-caret-up:before { content: "\e13c"; }
.ph-fill.ph-caret-up:before { content: "\e13c"; }

/* Custom flips/rotations to reuse subset icons */
.ph.ph-arrow-left:before { content: "\e06c"; display: inline-block; transform: scaleX(-1); }
.ph.ph-caret-right:before { content: "\e13c"; display: inline-block; transform: rotate(90deg); }
.ph.ph-caret-down:before { content: "\e13c"; display: inline-block; transform: rotate(180deg); }
.ph.ph-caret-left:before { content: "\e13c"; display: inline-block; transform: rotate(-90deg); }

/* Fallback for close icon */
.ph.ph-x:before { content: "\00d7"; font-family: sans-serif; font-size: 1.25em; line-height: 0.8; }