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

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight:  200;
    src: url(/src/fonts/Roboto/Roboto-Light.ttf);
}

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


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight:  500;
    src: url(/src/fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight:  500;
    src: url(/src/fonts/Roboto/Roboto-MediumItalic.ttf);
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight:  600;
    src: url(/src/fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight:  600;
    src: url(/src/fonts/Roboto/Roboto-BoldItalic.ttf);
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight:  700;
    src: url(/src/fonts/Roboto/Roboto-Black.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight:  700;
    src: url(/src/fonts/Roboto/Roboto-BlackItalic.ttf);
}