@font-face {
    font-family: Roboto-Bold;
    font-style: normal;
    font-display: block;
    font-weight: 700;
    src: url(/staticContent/Roboto-Bold.ttf) format("truetype"),local("sans-serif");
}

@font-face {
    font-family: Roboto-SemiBold;
    font-style: normal;
    font-display: block;
    font-weight: 600;
    src: url(/staticContent/Roboto-SemiBold.ttf) format("truetype"),local("sans-serif");
}

@font-face {
    font-family: Roboto-Medium;
    font-style: normal;
    font-display: block;
    font-weight: 500;
    src: url(/staticContent/Roboto-Medium.ttf) format("truetype"),local("sans-serif");
}

@font-face {
    font-family: Roboto-Regular;
    font-style: normal;
    font-display: block;
    font-weight: 400;
    src: url(/staticContent/Roboto-Regular.ttf) format("truetype"),local("sans-serif");
}

@font-face {
    font-family: Roboto-Light;
    font-style: normal;
    font-display: block;
    font-weight: 300;
    src: url(/staticContent/Roboto-Light.ttf) format("truetype"),local("sans-serif");
}
