@font-face {
    font-family: 'robotolight';
    src: url('../Webfonts/roboto-light-webfont.woff2') format('woff2'),
         url('../Webfonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('../Webfonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../Webfonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../Webfonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../Webfonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../Webfonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../Webfonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoblack';
    src: url('../Webfonts/roboto-black-webfont.woff2') format('woff2'),
         url('../Webfonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoitalic';
    src: url('../Webfonts/roboto-italic-webfont.woff2') format('woff2'),
         url('../Webfonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}