@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto'), local('Roboto'), url('/fonts/Roboto-Light.ttf') format('TrueType');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto'), url('/fonts/Roboto-Regular.ttf') format('TrueType');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto'), local('Roboto'), url('/fonts/Roboto-Medium.ttf') format('TrueType');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto'), local('Roboto'), url('/fonts/Roboto-Bold.ttf') format('TrueType');
}