@font-face {
    font-family: 'vision';
    src: url('vision-light-webfont.woff2') format('woff2'),
         url('vision-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'vision';
    src: url('vision-webfont.woff2') format('woff2'),
         url('vision-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'vision';
    src: url('vision-bold-webfont.woff2') format('woff2'),
         url('vision-bold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'vision';
    src: url('vision-heavy-webfont.woff2') format('woff2'),
         url('vision-heavy-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'vision';
    src: url('vision-black-webfont.woff2') format('woff2'),
         url('vision-black-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}