/* FONT FACE */

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

@font-face {
    font-family: 'quicksandbold';
    src: url("fonts/quicksand_bold-webfont.woff") format('woff2'),
         url("fonts/quicksand_bold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandbook';
    src: url("fonts/quicksand_book-webfont.woff") format('woff2'),
         url("fonts/quicksand_book-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'novecento_sans_wide_bookbold';
    src: url("fonts/synthview_-_novecento_sans_wide_bold-webfont.woff") format('woff2'),
         url("fonts/synthview_-_novecento_sans_wide_bold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'novecento_sans_widedemibold';
    src: url("fonts/synthview_-_novecento_sans_wide_demibold-webfont.woff") format('woff2'),
         url("fonts/synthview_-_novecento_sans_wide_demibold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

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


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