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

[class^="esr-icon-"], [class*=" esr-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'esr-icon' !important;
  speak: never;
  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;
}

.esr-icon-visibility-on:before {
  content: "\e918";
}
.esr-icon-visibility-off:before {
  content: "\e919";
}
.esr-icon-folder:before {
  content: "\e900";
}
.esr-icon-user-group:before {
  content: "\e901";
}
.esr-icon-download:before {
  content: "\e902";
}
.esr-icon-delete-forever:before {
  content: "\e903";
}
.esr-icon-delete:before {
  content: "\e904";
}
.esr-icon-progress:before {
  content: "\e905";
}
.esr-icon-person:before {
  content: "\e906";
}
.esr-icon-arrow-back:before {
  content: "\e907";
}
.esr-icon-arrow-forward:before {
  content: "\e908";
}
.esr-icon-arrow-back-ios:before {
  content: "\e909";
}
.esr-icon-cancel:before {
  content: "\e90a";
}
.esr-icon-arrow-forward-ios:before {
  content: "\e90b";
}
.esr-icon-logout:before {
  content: "\e90c";
}
.esr-icon-chevron-right:before {
  content: "\e90d";
}
.esr-icon-check-circle:before {
  content: "\e90e";
}
.esr-icon-settings:before {
  content: "\e90f";
}
.esr-icon-close:before {
  content: "\e910";
}
.esr-icon-menu:before {
  content: "\e911";
}
.esr-icon-search:before {
  content: "\e912";
}
.esr-icon-person-add:before {
  content: "\e913";
}
.esr-icon-add-circle:before {
  content: "\e914";
}
.esr-icon-home:before {
  content: "\e915";
}
.esr-icon-add:before {
  content: "\e916";
}
.esr-icon-remove:before {
  content: "\e917";
}
