@font-face {
  font-family: 'slothicons';
  src:
    url('fonts/slothicons.ttf') format('truetype'),
    url('fonts/slothicons.woff') format('woff'),
    url('https://s3-us-west-2.amazonaws.com/jetsloth/assets/fonts/slothicons.svg#slothicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.sothicon-arrow-down:before {
  content: "\e900";
}
.sothicon-arrow-up:before {
  content: "\e901";
}
.sothicon-minus:before {
  content: "\e902";
}
.sothicon-plus:before {
  content: "\e903";
}