/*
* Social icons font
*/

@font-face {
    font-family: social;
    src: url(/static/fonts/socialico.otf);
}


/*
* Nunito font set
*/

@font-face {
    font-family: 'nunitoblack';
    src: url('/static/fonts/nunito-black-webfont.woff2') format('woff2'),
         url('/static/fonts/nunito-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitobold';
    src: url('/static/fonts/nunito-bold-webfont.woff2') format('woff2'),
         url('/static/fonts/nunito-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}

@font-face {
    font-family: 'nunitoextralight';
    src: url('/static/fonts/nunito-extralight-webfont.woff2') format('woff2'),
         url('/static/fonts/nunito-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitolight';
    src: url('/static/fonts/nunito-light-webfont.woff2') format('woff2'),
         url('/static/fonts/nunito-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitomedium';
    src: url('/static/fonts/nunito-medium-webfont.woff2') format('woff2'),
         url('/static/fonts/nunito-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitoregular';
    src: url('/static/fonts/nunito-regular-webfont.woff2') format('woff2'),
         url('/static/fonts/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitosemibold';
    src: url('/static/fonts/nunito-semibold-webfont.woff2') format('woff2'),
         url('/static/fonts/nunito-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}