/* Phosphor Icons 2.1.1 (regular), subset to the icons OVT Docs uses. Add an icon: put its codepoint below and re-run scripts/subset-icons.sh (needs the full font). Full list: https://phosphoricons.com */
@font-face {
  font-family: "Phosphor";
  src: url("./fonts/phosphor-subset.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-magnifying-glass:before { content: "\e30c"; }
.ph.ph-git-branch:before { content: "\e278"; }
.ph.ph-arrow-left:before { content: "\e058"; }
.ph.ph-arrow-up-right:before { content: "\e092"; }
.ph.ph-printer:before { content: "\e3dc"; }
.ph.ph-download-simple:before { content: "\e20c"; }
.ph.ph-clock:before { content: "\e19a"; }
.ph.ph-clock-counter-clockwise:before { content: "\e1a0"; }
.ph.ph-gauge:before { content: "\e628"; }
.ph.ph-user:before { content: "\e4c2"; }
.ph.ph-hard-drives:before { content: "\e2a0"; }
.ph.ph-terminal-window:before { content: "\eae8"; }
.ph.ph-file-text:before { content: "\e23a"; }
.ph.ph-file-dashed:before { content: "\e704"; }
.ph.ph-network:before { content: "\edde"; }
.ph.ph-book-open-text:before { content: "\e8f2"; }
.ph.ph-list-checks:before { content: "\eadc"; }
.ph.ph-tag:before { content: "\e478"; }
.ph.ph-warning:before { content: "\e4e0"; }
.ph.ph-lock-simple:before { content: "\e308"; }
