@charset "UTF-8";
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local(Roboto Thin), url(fonts/roboto/Roboto-Thin.woff2) format("woff2"), url(fonts/roboto/Roboto-Thin.woff) format("woff");
    font-weight: 100
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local(Roboto Light), url(fonts/roboto/Roboto-Light.woff2) format("woff2"), url(fonts/roboto/Roboto-Light.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local(Roboto Regular), url(fonts/roboto/Roboto-Regular.woff2) format("woff2"), url(fonts/roboto/Roboto-Regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local(Roboto Medium), url(fonts/roboto/Roboto-Medium.woff2) format("woff2"), url(fonts/roboto/Roboto-Medium.woff) format("woff");
    font-weight: 500
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local(Roboto Bold), url(fonts/roboto/Roboto-Bold.woff2) format("woff2"), url(fonts/roboto/Roboto-Bold.woff) format("woff");
    font-weight: 700
}

@font-face {
    font-family: 'Material Icons';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), url(fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2')
}