/* Bafrina journal subset of the bundled Phosphor icons; see icons/LICENSE. */
@font-face{font-family:Phosphor;src:url("icons/Phosphor-journal.woff2") format("woff2");font-weight:normal;font-style:normal;font-display:swap}
.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-down:before {
  content: "\e03e";
}
.ph.ph-arrow-left:before {
  content: "\e058";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-arrow-up-left:before {
  content: "\e090";
}
.ph.ph-calendar-blank:before {
  content: "\e10a";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph.ph-copy:before {
  content: "\e1ca";
}
.ph.ph-handbag:before {
  content: "\e29c";
}
.ph.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph.ph-list:before {
  content: "\e2f0";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-needle:before {
  content: "\e82e";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-ruler:before {
  content: "\e6b8";
}
.ph.ph-scissors:before {
  content: "\eae0";
}
.ph.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph.ph-user:before {
  content: "\e4c2";
}
.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph.ph-x:before {
  content: "\e4f6";
}
