@font-face {
  font-family: 'Worksy-Icon';
  src:
    url('fonts/Worksy-Icon.ttf?pzic5m') format('truetype'),
    url('fonts/Worksy-Icon.woff?pzic5m') format('woff'),
    url('fonts/Worksy-Icon.svg?pzic5m#Worksy-Icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.ws {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Worksy-Icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ws-dollar-adjust:before {
  content: "\e900";
}
.ws-dollar-down:before {
  content: "\e901";
}
.ws-dollar-up:before {
  content: "\e903";
}
.ws-compassionate:before {
  content: "\e905";
}
.ws-dollar-ban:before {
  content: "\e909";
}
.ws-maternity:before {
  content: "\e90d";
}
.ws-paternity:before {
  content: "\e90e";
}
.ws-clock-ban:before {
  content: "\e90f";
}
.ws-clock-up:before {
  content: "\e910";
}
.ws-clock-down:before {
  content: "\e911";
}
.ws-clock-plus:before {
  content: "\e912";
}
