/* Fonts */
/* @font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

@font-face {
	font-family: 'icons';
	src: url('../../../fonts/icons.woff') format('woff');
	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: 'icons' !important;
	speak: never;
	font-size: 2rem;
	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-invoice:before {
	content: "\e900";
}

.icon-download:before {
	content: "\e901";
}

.icon-clipboard:before {
	content: "\e902";
}

.icon-phone:before {
	content: "\e903";
}

.icon-user:before {
	content: "\e904";
}

.icon-share:before {
	content: "\e905";
}

.icon-forward:before {
	content: "\e906";
}

.icon-envelope:before {
	content: "\e907";
}

.icon-chat:before {
	content: "\e908";
}

.icon-bullhorn:before {
	content: "\e909";
}

.icon-navigation:before {
	content: "\e90a";
}

.icon-settings:before {
	content: "\e90b";
}

.icon-sort:before {
	content: "\e90c";
}

.icon-search,
.icon-menu:before {
	content: "\e90d";
}

.icon-other-1:before {
	content: "\e90e";
}

.icon-other-2:before {
	content: "\e90f";
}

.icon-refresh:before {
	content: "\e911";
}

.icon-history:before {
	content: "\e912";
}

.icon-exchange:before {
	content: "\e913";
}

.icon-check:before {
	content: "\e915";
}

.icon-caret-down:before {
	content: "\e916";
}

.icon-angle-left:before {
	content: "\e917";
}

.icon-back:before {
	content: "\e918";
}

.icon-wallet:before {
	content: "\e919";
}

.icon-bag:before {
	content: "\e91a";
}

.icon-bag-active:before {
	content: "\e91b";
}

.icon-home:before {
	content: "\e91c";
}

.icon-home-active:before {
	content: "\e91d";
}

.icon-filter:before {
	content: "\e91e";
}

.icon-filter-active:before {
	content: "\e91f";
}

.icon-clock:before {
	content: "\e920";
}

.icon-card:before {
	content: "\e921";
}

.icon-calendar:before {
	content: "\e922";
}

.icon-present:before {
	content: "\e923";
}

.icon-notification-on:before {
	content: "\e924";
}

.icon-shield:before {
	content: "\e925";
}

.icon-bookmark:before {
	content: "\e926";
}

.icon-views:before {
	content: "\e927";
}

.icon-favorite:before {
	content: "\e928";
}