/* Phosphor Icons Regular (MIT), recortado a los iconos que usa Lectern. Se regenera con subset_lectern_icons.py */
@font-face {
  font-family: "Phosphor";
  src: url("../fonts/phosphor-lectern.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-up:before { content: "\e08e"; }
.ph.ph-arrows-clockwise:before { content: "\e094"; }
.ph.ph-caret-down:before { content: "\e136"; }
.ph.ph-certificate:before { content: "\e766"; }
.ph.ph-chalkboard-teacher:before { content: "\e600"; }
.ph.ph-check:before { content: "\e182"; }
.ph.ph-check-circle:before { content: "\e184"; }
.ph.ph-copy:before { content: "\e1ca"; }
.ph.ph-download-simple:before { content: "\e20c"; }
.ph.ph-file-pdf:before { content: "\e702"; }
.ph.ph-file-zip:before { content: "\e958"; }
.ph.ph-funnel-simple:before { content: "\e268"; }
.ph.ph-gear-six:before { content: "\e272"; }
.ph.ph-info:before { content: "\e2ce"; }
.ph.ph-link-simple:before { content: "\e2e6"; }
.ph.ph-magnifying-glass:before { content: "\e30c"; }
.ph.ph-package:before { content: "\e390"; }
.ph.ph-pencil-simple:before { content: "\e3b4"; }
.ph.ph-play:before { content: "\e3d0"; }
.ph.ph-plugs:before { content: "\eb56"; }
.ph.ph-plugs-connected:before { content: "\eb5a"; }
.ph.ph-plus:before { content: "\e3d4"; }
.ph.ph-seal-check:before { content: "\e606"; }
.ph.ph-sign-out:before { content: "\e42a"; }
.ph.ph-squares-four:before { content: "\e464"; }
.ph.ph-tree-structure:before { content: "\e67c"; }
.ph.ph-upload-simple:before { content: "\e4c0"; }
.ph.ph-warning-circle:before { content: "\e4e2"; }
.ph.ph-x-circle:before { content: "\e4f8"; }
