@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf');
    src: local('Roboto Thin'), local('Roboto-Thin');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    src: local('Roboto Light'), local('Roboto-Light');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



    @font-face {
        font-family: 'Roboto';
        src: url('../fonts/Roboto-Regular.ttf');
        src: local('Roboto Regular'), local('Roboto-Regular');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    


    @font-face {
        font-family: 'Roboto';
        src: url('../fonts/Roboto-Bold.ttf');
        src: local('Roboto Bold'), local('Roboto-Bold');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    


    @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}