/* Self-hosted Phosphor Fill icons — only icons used on this site */
@font-face {
  font-family: "Phosphor-Fill";
  src:
    url("/static/fonts/phosphor/Phosphor-Fill.woff2") format("woff2"),
    url("/static/fonts/phosphor/Phosphor-Fill.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-fill {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Fill" !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-fill.ph-book-open:before {
  content: "\e0e6";
}
.ph-fill.ph-books:before {
  content: "\e758";
}
.ph-fill.ph-buildings:before {
  content: "\e102";
}
.ph-fill.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph-fill.ph-confetti:before {
  content: "\e81a";
}
.ph-fill.ph-envelope:before {
  content: "\e214";
}
.ph-fill.ph-facebook-logo:before {
  content: "\e226";
}
.ph-fill.ph-frame-corners:before {
  content: "\e626";
}
.ph-fill.ph-gift:before {
  content: "\e276";
}
.ph-fill.ph-graduation-cap:before {
  content: "\e62c";
}
.ph-fill.ph-heart:before {
  content: "\e2a8";
}
.ph-fill.ph-house-simple:before {
  content: "\e2c6";
}
.ph-fill.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-fill.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-fill.ph-palette:before {
  content: "\e6c8";
}
.ph-fill.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph-fill.ph-text-aa:before {
  content: "\e6ee";
}
