@font-face {
  font-family: 'Custom-Icons';
  src:  url('fonts/Custom-Icons.eot?4yp7k5');
  src:  url('fonts/Custom-Icons.eot?4yp7k5#iefix') format('embedded-opentype'),
    url('fonts/Custom-Icons.ttf?4yp7k5') format('truetype'),
    url('fonts/Custom-Icons.woff?4yp7k5') format('woff'),
    url('fonts/Custom-Icons.svg?4yp7k5#Custom-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Custom-Icons' !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;
}

.spb-arrow-up-right2:before {
  content: "\ea3b";
}
