/* Phosphor Icons 2.1.1, bold weight, subset to the 29 glyphs this site uses.
   Self-hosted so the icons survive a CDN outage. MIT licence.
   Regenerate with davebfit-asset-src/_phosphor.py after adding new icons. */
@font-face {
  font-family: "Phosphor-Bold-Subset";
  src: url("fonts/phosphor-bold-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Bold-Subset" !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-bold.ph-arrow-left:before { content: "\e058"; }
.ph-bold.ph-arrow-right:before { content: "\e06c"; }
.ph-bold.ph-arrow-up-right:before { content: "\e092"; }
.ph-bold.ph-barbell:before { content: "\e0b6"; }
.ph-bold.ph-bowl-food:before { content: "\eaa4"; }
.ph-bold.ph-calendar-check:before { content: "\e712"; }
.ph-bold.ph-caret-down:before { content: "\e136"; }
.ph-bold.ph-check:before { content: "\e182"; }
.ph-bold.ph-check-circle:before { content: "\e184"; }
.ph-bold.ph-download-simple:before { content: "\e20c"; }
.ph-bold.ph-envelope-simple:before { content: "\e218"; }
.ph-bold.ph-facebook-logo:before { content: "\e226"; }
.ph-bold.ph-globe:before { content: "\e288"; }
.ph-bold.ph-house:before { content: "\e2c2"; }
.ph-bold.ph-instagram-logo:before { content: "\e2d0"; }
.ph-bold.ph-list:before { content: "\e2f0"; }
.ph-bold.ph-lock-simple:before { content: "\e308"; }
.ph-bold.ph-minus:before { content: "\e32a"; }
.ph-bold.ph-note-pencil:before { content: "\e34c"; }
.ph-bold.ph-paper-plane-tilt:before { content: "\e398"; }
.ph-bold.ph-phone:before { content: "\e3b8"; }
.ph-bold.ph-play:before { content: "\e3d0"; }
.ph-bold.ph-play-circle:before { content: "\e3d2"; }
.ph-bold.ph-plus:before { content: "\e3d4"; }
.ph-bold.ph-quotes:before { content: "\e660"; }
.ph-bold.ph-tiktok-logo:before { content: "\eaf2"; }
.ph-bold.ph-trend-up:before { content: "\e4ae"; }
.ph-bold.ph-whatsapp-logo:before { content: "\e5d0"; }
.ph-bold.ph-x:before { content: "\e4f6"; }
