/*=========================
	FONTS
=========================*/

/* ── Inter ───────────────────────────────────────────────────────────────── */

@font-face {
	font-family: 'Inter';
	src: url('inter/Inter-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('inter/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('inter/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('inter/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ── GEELY Bold ───────────────────────────────────────────────────────────── */

@font-face {
	font-family: 'GEELY Bold';
	src: url('/fonts/geely/GeelyFont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
