@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-display: swap;
    font-style: normal;
    src: url("Roboto/static/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-display: swap;
    font-style: italic;
    src: url("Roboto/static/Roboto-ThinItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url("Roboto/static/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-display: swap;
    font-style: italic;
    src: url("Roboto/static/Roboto-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url("Roboto/static/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-display: swap;
    font-style: italic;
    src: url("Roboto/static/Roboto-Italic.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    src: url("Roboto/static/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-display: swap;
    font-style: italic;
    src: url("Roboto/static/Roboto-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    src: url("Roboto/static/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-display: swap;
    font-style: italic;
    src: url("Roboto/static/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-display: swap;
    font-style: normal;
    src: url("Roboto/static/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-display: swap;
    font-style: italic;
    src: url("Roboto/static/Roboto-BlackItalic.ttf") format("truetype");
}
