<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: 'proxima-nova';
	font-weight: 300;
	src: url('fonts/Manrope-Light.ttf');
}

@font-face {
	font-family: 'proxima-nova';
	font-weight: 400;
	src: url('fonts/Manrope-Regular.ttf');
}

@font-face {
	font-family: 'proxima-nova';
	font-weight: 700;
	src: url('fonts/Manrope-Bold.ttf');
}
</pre></body></html>