
/* Regular */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700 ;
	font-display: swap;
	src: url('./fonts/Inter-Black.ttf') format('truetype');
}

/* Medium */
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700 ;
	font-display: swap;
	src: url('./fonts/Inter-BlackItalic.ttf') format('truetype');
}

/* Thin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('./fonts/Inter-Light.ttf') format('truetype');
}

/* Thin */
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('./fonts/Inter-LightItalic.ttf') format('truetype');
}


/* Thin Italic */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/Inter-Regular.ttf') format('truetype');
}

/* ExtraLight */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('./fonts/Inter-Medium.ttf') format('truetype');
}

/* ExtraLight Italic */
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('./fonts/Inter-MediumItalic.ttf') format('truetype');
}

/* Light */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('./fonts/Inter-Bold.ttf') format('truetype');
}

/* Light Italic */
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url('./fonts/Inter-BoldItalic.ttf') format('truetype');
}