/* Roboto Font */
/* Apache License 2.0 - https://github.com/googlefonts/roboto-2 */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/roboto-android/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/roboto-android/Roboto-Bold.ttf') format('truetype');
}
