@charset "utf-8";

/*-------------------------------------------------------------------
    @ SUIT
-------------------------------------------------------------------*/
@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: local('SUIT'),
	url('SUIT-Regular.woff2') format('woff2');
}
/* @font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: local('SUIT'),
	url('SUIT-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: local('SUIT'),
	url('SUIT-SemiBold.woff2') format('woff2');
} */
@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: local('SUIT'),
	url('SUIT-Bold.woff2') format('woff2');
}