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

/* gilroy semibold */

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

@font-face {
	font-family: 'Gilroy-Medium';
	src: url('/fonts/Gilroy-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* add gilroy Light */
@font-face {
	font-family: 'Gilroy-Light';
	src: url('/fonts/Gilroy-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* add gilroy Black */
@font-face {
	font-family: 'Gilroy-Black';
	src: url('/fonts/Gilroy-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* add gilroy ExtraBold */
@font-face {
	font-family: 'Gilroy-ExtraBold';
	src: url('/fonts/Gilroy-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* add Boostard Signature */
@font-face {
	font-family: 'Boostard Signature';
	src: url('/fonts/Boostard-Signature.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
