
@font-face {
	font-family: 'archivo';
	font-weight: 900;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'archivo';
	font-weight: 800;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'archivo';
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'archivo';
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'archivo';
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'archivo';
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'archivo';
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'archivo';
	font-weight: 200;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'archivo';
	font-weight: 100;
	font-display: swap;
	src: url('/fonts/archivo/Archivo-Thin.ttf') format('truetype');
}
