/*
* Remix Icon v2.4.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-04-20
*/
@font-face {
  font-family: "remixicon";
  src: url('remixicon.eot?t=1587359857360'); /* IE9*/
  src: url('remixicon.eot?t=1587359857360#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('remixicon.ttf?t=1587359857360') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('remixicon.svg?t=1587359857360#remixicon') format('svg'); /* iOS 4.1- */
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-numbers-line:before { content: "\ef59"; }
.ri-timer-flash-line:before { content: "\f1a2"; }
.ri-store-line:before { content: "\f13f"; }
.ri-global-line:before { content: "\eda8"; }
.ri-arrow-up-line:before { content: "\ea74"; }

