@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    src: local('Gilroy'), url('./Gilroy-ExtraBold.otf') format('opentype') ;
 }

 @font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Light'), url('./Gilroy-Light.otf') format('opentype') ;
 }