@font-face {
	font-family: 'Ford-F1';
	font-weight: 700;
	src: url(../fonts/FordF-1-Bold.otf);
	font-display: swap;
}

@font-face {
	font-family: 'Ford-F1';
	font-weight: 600;
	src: url(../fonts/FordF-1-Semibold.otf);
	font-display: swap;
}

@font-face {
	font-family: 'Ford-F1';
	font-weight: 500;
	src: url(../fonts/FordF-1-Medium.otf);
	font-display: swap;
}

@font-face {
	font-family: 'Ford-F1';
	font-weight: 400;
	src: url(../fonts/FordF-1-Regular.otf);
	font-display: swap;
}

@font-face {
	font-family: 'Ford-F1';
	font-weight: 300;
	src: url(../fonts/FordF-1-Light.otf);
	font-display: swap;
}