@font-face {
    font-family: 'gilroy-light';
    src: url('gilroy-light-webfont.woff2') format('woff2'),
         url('gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-regular';
    src: url('gilroy-regular.woff') format('woff');

}

@font-face {
    font-family: 'gilroy-bold';
    src: url('gilroy-bold.ttf') format("truetype");
    font-weight:bold;

}

