@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-regular.ttf') format('true-type'),
    	 url('../fonts/gilroy-regular.woff2') format('woff2'),
         url('../fonts/gilroy-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-bold.ttf') format('true-type'),
         url('../fonts/gilroy-bold.woff2') format('woff2'),
         url('../fonts/gilroy-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-extrabold.ttf') format('true-type'),
    	 url('../fonts/gilroy-extrabold.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}