/* Roboto Font - Light (300) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../Roboto/static/Roboto-Light.ttf) format('truetype');
}

/* Roboto Font - Regular (400) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../Roboto/static/Roboto-Regular.ttf) format('truetype');
}

/* Roboto Font - Medium (500) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../Roboto/static/Roboto-Medium.ttf) format('truetype');
}
