@font-face {
    font-family: 'velodepo';
    src:  url('/assets/fonts/velodepo/velodepo.eot?mouqig');
    src:  url('/assets/fonts/velodepo/velodepo.eot?mouqig#iefix') format('embedded-opentype'),
      url('/assets/fonts/velodepo/velodepo.ttf?mouqig') format('truetype'),
      url('/assets/fonts/velodepo/velodepo.woff?mouqig') format('woff'),
      url('/assets/fonts/velodepo/velodepo.svg?mouqig#velodepo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'velodepo' !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;
  }
  
  .icon-arrow-down:before {
    content: "\e907";
  }
  .icon-arrow-up:before {
    content: "\e908";
  }
  .icon-arrow-right:before {
    content: "\e909";
  }
  .icon-arrow-left:before {
    content: "\e90a";
  }