/* Phosphor Icons 2.1.1 (MIT) - self-hosted, subset to the 24 icons this
   site uses. Nothing is fetched from a CDN, so no visitor IP reaches a third
   party before a page paints. To add an icon: copy its rule from
   node_modules/@phosphor-icons/web/src/regular/style.css into the list below. */
@font-face {
  font-family: "Phosphor";
  src: url(../fonts/phosphor.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !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.ph-arrow-right:before { content: "\e06c"; }
.ph.ph-arrow-up:before { content: "\e08e"; }
.ph.ph-book-open-text:before { content: "\e8f2"; }
.ph.ph-bookmark-simple:before { content: "\e0ea"; }
.ph.ph-books:before { content: "\e758"; }
.ph.ph-caret-down:before { content: "\e136"; }
.ph.ph-chats:before { content: "\e17c"; }
.ph.ph-chats-circle:before { content: "\e17e"; }
.ph.ph-check:before { content: "\e182"; }
.ph.ph-check-circle:before { content: "\e184"; }
.ph.ph-folder-open:before { content: "\e256"; }
.ph.ph-list:before { content: "\e2f0"; }
.ph.ph-magnifying-glass:before { content: "\e30c"; }
.ph.ph-magnifying-glass-plus:before { content: "\e310"; }
.ph.ph-moon:before { content: "\e330"; }
.ph.ph-pen-nib:before { content: "\e3ac"; }
.ph.ph-play:before { content: "\e3d0"; }
.ph.ph-quotes:before { content: "\e660"; }
.ph.ph-stack:before { content: "\e466"; }
.ph.ph-sun:before { content: "\e472"; }
.ph.ph-tree-structure:before { content: "\e67c"; }
.ph.ph-user:before { content: "\e4c2"; }
.ph.ph-whatsapp-logo:before { content: "\e5d0"; }
.ph.ph-x:before { content: "\e4f6"; }
