/* Phosphor Icons (MIT) - subset chi gom icon dung tren site */
@font-face {
  font-family: "Phosphor";
  src: url('./phosphor-subset.woff2?v=20260824') 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-arrow-right:before { content: "\e06c"; }
.ph-arrow-up:before { content: "\e08e"; }
.ph-buildings:before { content: "\e102"; }
.ph-camera:before { content: "\e10e"; }
.ph-clock:before { content: "\e19a"; }
.ph-envelope-simple:before { content: "\e218"; }
.ph-handshake:before { content: "\e582"; }
.ph-info:before { content: "\e2ce"; }
.ph-lightbulb-filament:before { content: "\e63c"; }
.ph-magic-wand:before { content: "\e6b6"; }
.ph-map-pin:before { content: "\e316"; }
.ph-package:before { content: "\e390"; }
.ph-paper-plane-tilt:before { content: "\e398"; }
.ph-pen-nib:before { content: "\e3ac"; }
.ph-phone:before { content: "\e3b8"; }
.ph-phone-call:before { content: "\e3ba"; }
.ph-plugs-connected:before { content: "\eb5a"; }
.ph-plus:before { content: "\e3d4"; }
.ph-seal-check:before { content: "\e606"; }
.ph-shield-check:before { content: "\e40c"; }
