/***Fonts***/

@font-face {
font-family:'gilroy';
font-style:normal;
font-weight:100;
src:local('gilroy'), local('gilroy'), url(../style/fonts/gilroy/gilroy-100.ttf) format('truetype');
}

@font-face {
font-family:'gilroy';
font-style:normal;
font-weight:300;
src:local('gilroy'), local('gilroy'), url(../style/fonts/gilroy/gilroy-300.ttf) format('truetype');
}

@font-face {
font-family:'gilroy';
font-style:normal;
font-weight:400;
src:local('gilroy'), local('gilroy'), url(../style/fonts/gilroy/gilroy-400.ttf) format('truetype');
}

@font-face {
font-family:'gilroy';
font-style:normal;
font-weight:500;
src:local('gilroy'), local('gilroy'), url(../style/fonts/gilroy/gilroy-500.ttf) format('truetype');
}

@font-face {
font-family:'gilroy';
font-style:normal;
font-weight:700;
src:local('gilroy'), local('gilroy'), url(../style/fonts/gilroy/gilroy-700.ttf) format('truetype');
}

@font-face {
font-family:'gilroy';
font-style:normal;
font-weight:900;
src:local('gilroy'), local('gilroy'), url(../style/fonts/gilroy/gilroy-900.ttf) format('truetype');
}

@font-face {
font-family:'icons';
font-style:normal;
font-weight:100;
src:local('icons'), local('icons'), url(../style/fonts/icons.ttf) format('truetype');
}

/***End.Fonts***/