/* 
    Created on : 10 de abr de 2023, 20:17:50
    Author     : giordano
*/

@font-face {
	font-family: 'EricLiteExtended';
	src: url("fonts/eric_lite_extended/EricLiteExtendedNormal.ttf") format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'EricLiteExtended';
	src: url("fonts/eric_lite_extended/EricLiteExtendedNormal.ttf") format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'EricLiteExtended';
	src: url("fonts/eric_lite_extended/EricLiteExtendedNormal.ttf") format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'EricLiteExtended';
	src: url("fonts/eric_lite_extended/EricLiteExtendedBold.ttf") format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'EricLiteExtended';
	src: url("fonts/eric_lite_extended/EricLiteExtendedItalic.ttf") format('truetype');
	font-style: italic;
}