@font-face {
	font-family: 'Gilroy';
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/Gilroy-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-weight: 500;
	font-display: swap;
	src: url('./fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-weight: 600;
	font-display: swap;
	src: url('./fonts/Gilroy-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-weight: 700;
	font-display: swap;
	src: url('./fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-weight: 800;
	font-display: swap;
	src: url('./fonts/Gilroy-ExtraBold.woff') format('woff');
}
