* {margin: 0; padding: 0; box-sizing: border-box;}
@font-face {
	font-family: 'Gilroy-Bold';
	src: url('../fonts/Gilroy-Bold.woff') format('woff'), 
		 url('../fonts/Gilroy-Bold.ttf') format('truetype'), 
		 url('../fonts/Gilroy-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy-Heavy';
	src: url('../fonts/Gilroy-Heavy.eot');
	src: url('../fonts/Gilroy-Heavy.woff') format('woff'), 
		 url('../fonts/Gilroy-Heavy.ttf') format('truetype'), 
		 url('../fonts/Gilroy-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy-Medium';
	src: url('../fonts/Gilroy-Medium.eot');
	src: url('../fonts/Gilroy-Medium.woff') format('woff'), 
		 url('../fonts/Gilroy-Medium.ttf') format('truetype'), 
		 url('../fonts/Gilroy-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy-Regular';
	src: url('../fonts/Gilroy-Regular.ttf') format('TrueType'); 
		 
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy-Light';
	src: url('../fonts/Gilroy-Light.otf') format('OpenType'); 
		 
	font-weight: normal;
	font-style: normal;
}

body {
    background-color: #eff4f6;
    font-family: 'Gilroy-Regular' !important;
}
