<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Poppins-Regular.ttf');
	src: local(''),   url('../fonts/Poppins-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Poppins-Medium.ttf');
	src: local(''),  url('../fonts/Poppins-Medium.ttf') format('truetype')
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Poppins-SemiBold.ttf');
	src: local(''),url('../fonts/Poppins-SemiBold.ttf') format('truetype')
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Poppins-SemiBold.ttf');
	src: local(''),url('../fonts/Poppins-SemiBold.ttf') format('truetype')}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Poppins-Black.ttf');
	src: local(''),url('../fonts/Poppins-Black.ttf') format('truetype')}

@font-face {
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/HelveticaNeue.ttf');
	src: local(''),url('../fonts/HelveticaNeue.ttf') format('truetype')}
@font-face {
	font-family: 'HelveticaNeueLight';
	font-style: normal;
	src: url('../fonts/HelveticaNeueLight.ttf');
	src: local(''),url('../fonts/HelveticaNeueLight.ttf') format('truetype')}</pre></body></html>