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

.ico-arrow-up, .ico-arrow-down {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.25em !important;
  margin-left: 5px;

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

.ico-arrow-down:before {
  content: "\e911";
  color: #f05b76;
}
.ico-arrow-up:before {
  content: "\e912";
  color: #4fbb87;
}
.ico-select-all:before {
  content: "\e913";
}
