/* When changing path to font files, be aware they are also preloaded in index.html */
/* When changing name of this file, be aware it is used in multiple apps */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Inter'), local('Inter-Regular'), url('./inter/v1/Inter-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('Inter Italic'), local('Inter-Italic'), url('./inter/v1/Inter-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Inter Medium'), local('Inter-Medium'), url('./inter/v1/Inter-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Inter Bold'), local('Inter-Bold'), url('./inter/v1/Inter-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local('Inter Black'), local('Inter-Black'), url('./inter/v1/Inter-Black.ttf') format('truetype');
}