/* DISCOVER QATAR - GILROY FONT */

@font-face {
	font-family: 'Gilroy';
	src: local('☺'),
		url('gilroy-bold.woff2') format('woff2'),
		url('gilroy-bold.woff') format('woff'),
		url('gilroy-bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}


@font-face {
	font-family: 'Gilroy';
	src: local('☺'),
		url('gilroy-medium.woff2') format('woff2'),
		url('gilroy-medium.woff') format('woff'),
		url('gilroy-medium.otf') format('opentype');
		font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'Gilroy';
	src: local('☺'),
		url('gilroy-regular.woff2') format('woff2'),
		url('gilroy-regular.woff') format('woff'),
		url('gilroy-regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}