@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('../fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
/* ARIAL NARROW */
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/arial-narrow.woff2') format('woff2'),
        url('../fonts/arial-narrow.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/arial-narrow-bold.woff2') format('woff2'),
        url('../fonts/arial-narrow-bold.woff') format('woff'); 
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/arial-narrow-italic.woff2') format('woff2'),
        url('../fonts/arial-narrow-italic.woff') format('woff'); 
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial-bolditalic.woff2') format('woff2'),
        url('../fonts/arial-bolditalic.woff') format('woff'); 
    font-weight: bold;
    font-style: italic;
}
/* ARIAL */
@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial.woff2') format('woff2'),
        url('../fonts/arial.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial-bold.woff2') format('woff2'),
        url('../fonts/arial-bold.woff') format('woff'); 
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial-italic.woff2') format('woff2'),
        url('../fonts/arial-italic.woff') format('woff'); 
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial-bolditalic.woff2') format('woff2'),
        url('../fonts/arial-bolditalic.woff') format('woff'); 
    font-weight: bold;
    font-style: italic;
}