/* Gilroy Font Family */
/* @font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

@font-face {
    font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Light.otf');
    src: url('../fonts/Gilroy-Light.otf?#iefix') format('embedded-opentype'),
		 url('../fonts/Gilroy-Light.otf') format('otf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.otf');
    src: url('../fonts/Gilroy-Regular.otf?#iefix') format('embedded-opentype'),
		 url('../fonts/Gilroy-Regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Medium.otf');
    src: url('../fonts/Gilroy-Medium.otf?#iefix') format('embedded-opentype'),
		 url('../fonts/Gilroy-Medium.otf') format('otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Semibold.otf');
    src: url('../fonts/Gilroy-Semibold.otf?#iefix') format('embedded-opentype'),
		 url('../fonts/Gilroy-Semibold.otf') format('otf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.otf');
    src: url('../fonts/Gilroy-Bold.otf?#iefix') format('embedded-opentype'),
		 url('../fonts/Gilroy-Bold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
	src: url('../fonts/Gilroy-ExtraBold.otf');
    src: url('../fonts/Gilroy-ExtraBold.otf?#iefix') format('embedded-opentype'),
		 url('../fonts/Gilroy-ExtraBold.otf') format('otf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Black.otf');
    src: url('../fonts/Gilroy-Black.otf?#iefix') format('embedded-opentype'),
		 url('../fonts/Gilroy-Black.otf') format('otf');
    font-weight: 900;
    font-style: normal;
}