@charset "UTF-8";

@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("/primeicons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pi-calendar:before { content: "\e927"; }
.pi-chart-bar:before { content: "\e96d"; }
.pi-download:before { content: "\e956"; }
.pi-eye:before { content: "\e966"; }
.pi-gift:before { content: "\e9f2"; }
.pi-history:before { content: "\e91a"; }
.pi-refresh:before { content: "\e938"; }
.pi-sliders-h:before { content: "\e992"; }
.pi-times:before { content: "\e90b"; }
.pi-users:before { content: "\e941"; }
