@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('../fonts/roboto-thin.eot') format('embedded-opentype'),
        url('../fonts/roboto-thin.woff2') format('woff2'),
        url('../fonts/roboto-thin.woff') format('woff'),
        url('../fonts/roboto-thin.ttf') format('truetype'),
        url('../fonts/roboto-thin.svg#roboto-thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/roboto-light.eot') format('embedded-opentype'),
        url('../fonts/roboto-light.woff2') format('woff2'),
        url('../fonts/roboto-light.woff') format('woff'),
        url('../fonts/roboto-light.ttf') format('truetype'),
        url('../fonts/roboto-light.svg#roboto-light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-regular.eot') format('embedded-opentype'),
        url('../fonts/roboto-regular.woff2') format('woff2'),
        url('../fonts/roboto-regular.woff') format('woff'),
        url('../fonts/roboto-regular.ttf') format('truetype'),
        url('../fonts/roboto-regular.svg#roboto-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

