@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'wb1';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/wb1.woff) format('woff');
}
@font-face {
    font-family: 'wb2';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/wb2.woff) format('woff');
}
@font-face {
    font-family: 'wb3';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/wb3.woff) format('woff');
}
@font-face {
    font-family: 'wb4';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/wb3.woff) format('woff');
}