@font-face {
    font-family: 'nunitobold';
    src: url('../font/nunito-bold-webfont.woff2') format('woff2'),
        url('../font/nunito-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitolight';
    src: url('../font/nunito-light-webfont.woff2') format('woff2'),
        url('../font/nunito-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitoregular';
    src: url('../font/nunito-regular-webfont.woff2') format('woff2'),
        url('../font/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunitoblack';
    src: url('../font/nunito-black-webfont.woff2') format('woff2'),
         url('../font/nunito-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'james_stroker';
    src: url('../font/james_stroker-webfont.woff2') format('woff2'),
        url('../font/james_stroker-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack';
    src: url('../font/lato-black-webfont.woff2') format('woff2'),
        url('../font/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../font/lato-bold-webfont.woff2') format('woff2'),
        url('../font/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../font/lato-light-webfont.woff2') format('woff2'),
        url('../font/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../font/lato-regular-webfont.woff2') format('woff2'),
        url('../font/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}