@font-face{
    font-family: 'Gilroy';
    src: url('../fonts/GILROY-REGULAR.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Gilroy';
    src: url('../fonts/GILROY-MEDIUM.OTF');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Gilroy';
    src: url('../fonts/GILROY-SEMIBOLD.OTF');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Gilroy';
    src: url('../fonts/GILROY-BOLD.OTF');
    font-weight: 700;
    font-style: normal;
}

