@font-face {
  font-family: "Phosphor";
  src:
    url('/static/fontes/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-arrow-elbow-down-right:before{content:"\e046"}
.ph-hourglass:before{content:"\e2b2"}
.ph-cursor-click:before{content:"\e7c8"}
.ph-arrows-down-up:before{content:"\e098"}
.ph-keyboard:before{content:"\e2d8"}
.ph-check:before{content:"\e182"}
.ph-warning:before{content:"\e4e0"}
.ph-sign-out:before{content:"\e42a"}
.ph-play:before{content:"\e3d0"}
.ph-plus:before{content:"\e3d4"}
.ph-x:before{content:"\e4f6"}
.ph-arrow-clockwise:before{content:"\e036"}
.ph-gear:before{content:"\e270"}
.ph-list-dashes:before{content:"\e2f4"}
.ph-flask:before{content:"\e79e"}
.ph-lamp:before{content:"\e638"}
.ph-caret-right:before{content:"\e13a"}
.ph-trash:before{content:"\e4a6"}
.ph-download-simple:before{content:"\e20c"}
.ph-compass:before{content:"\e1c8"}
.ph-sparkle:before{content:"\e6a2"}
.ph-flag:before{content:"\e244"}
