@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100 299;
}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300 399;
}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400 499;
}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500 699;
}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700 899;
}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900 999;
}