@font-face {
	font-family: 'TT Firs Neue';
	src: url('./TTFirsNeue-Light.woff2') format('woff2'),
		url('./TTFirsNeue-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Firs Neue';
	src: url('./TTFirsNeue-Regular.woff2') format('woff2'),
		url('./TTFirsNeue-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Firs Neue';
	src: url('./TTFirsNeue-Medium.woff2') format('woff2'),
		url('./TTFirsNeue-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Firs Neue';
	src: url('./TTFirsNeue-DemiBold.woff2') format('woff2'),
		url('./TTFirsNeue-DemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Firs Neue';
	src: url('./TTFirsNeue-Bold.woff2') format('woff2'),
		url('./TTFirsNeue-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Firs Neue';
	src: url('./TTFirsNeue-ExtraBold.woff2') format('woff2'),
		url('./TTFirsNeue-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

