/**********************************************************************/
/**********************************************************************/
/******************************** FONTS *******************************/
/**********************************************************************/
/**********************************************************************/

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy/Gilroy-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy/Gilroy-Medium.ttf') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy/Gilroy-SemiBold.ttf') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy/Gilroy-Bold.ttf') format('woff2');
    font-weight: bold;
    font-style: normal;
}
