@font-face {
    font-family: 'Roboto-Bold';
    font-display: swap;
    src: url("/static/fonts/Roboto-Bold.woff") format('woff');
}
@font-face {
    font-family: 'Roboto-Regular';
    font-display: swap;
    src: url("/static/fonts/Roboto-Regular.woff") format('woff');
}
@font-face {
    font-family: 'Roboto-Medium';
    font-display: swap;
    src: url("/static/fonts/Roboto-Medium.woff") format('woff');
}