/* thin */
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url('./Gilroy-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url('./Gilroy-ThinItalic.ttf') format('truetype');
}

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

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

@font-face {
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('./Gilroy-MediumItalic.ttf') format('truetype');
}

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

@font-face {
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('./Gilroy-BoldItalic.ttf') format('truetype');
}

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

@font-face {
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url('./Gilroy-ExtraBoldItalic.ttf') format('truetype');
}

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

@font-face {
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url('./Gilroy-HeavyItalic.ttf') format('truetype');
}
