@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy Bold.woff2') format('woff2'),
        url('Gilroy Bold.woff') format('woff');
    font-weight: Bold;
    font-weight: 700;
    font-weight: bold;
    font-style: normal;
}

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