/*!
 * Phosphor Icons — Thin weight (self-hosted from @phosphor-icons/web@2.1.1)
 * License: MIT (https://github.com/phosphor-icons/web)
 * Vendored to keep the site cookieless (no third-party font CDN).
 *
 * Cut down to the three icons this page draws. The full sheet is 86 KB of
 * class names for 1500 glyphs, and the two heavier weights it declares were
 * never requested here. To bring an icon back, copy its rule from the
 * upstream stylesheet: the codepoints are the same across weights.
 */
@font-face {
  font-family: "Phosphor-Thin";
  src: url("./fonts/Phosphor-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-thin {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Thin" !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-thin.ph-arrow-down:before {
  content: "\e03e";
}
.ph-thin.ph-heart:before {
  content: "\e2a8";
}
.ph-thin.ph-paper-plane-tilt:before {
  content: "\e398";
}
