@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300; /* Light */
    src: url('Roboto-Light.woff') format('woff'),
        url('Roboto-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400; /* Regular */
    src: url('Roboto-Regular.woff') format('woff'),
        url('Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500; /* Medium */
    src: url('Roboto-Medium.woff') format('woff'),
        url('Roboto-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700; /* Bold */
    src: url('Roboto-Bold.woff') format('woff'),
        url('Roboto-Bold.woff2') format('woff2');
}
