/* ------------------------------------------------------------------------ */
/* FontAwesome																*/
/* ------------------------------------------------------------------------ */

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

/* ------------------------------------------------------------------------ */
/* Shopware																	*/
/* ------------------------------------------------------------------------ */

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

/* ------------------------------------------------------------------------ */
/* Ionicons																	*/
/* ------------------------------------------------------------------------ */

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