@charset "UTF-8";

/* Eau Sans
-------------------------------------------------- */
@font-face {
    font-family: 'Eau Sans Book';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/eau_sans_book-webfont.woff2')          format('woff2'),
         url('../fonts/eau_sans_book-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Eau Sans Book';
    src: url('../fonts/eau_sans_book_obl-webfont.woff2') format('woff2'),
         url('eau_sans_book_obl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: oblique;
}
@font-face {
    font-family: 'Eau Sans Bold';
    src: url('../fonts/eau_sans_bold-webfont.woff2') format('woff2'),
         url('eau_sans_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Eau Sans Bold';
    src: url('../fonts/eau_sans_bold_obl-webfont.woff2') format('woff2'),
         url('eau_sans_bold_obl-webfont.woff') format('woff');
    font-weight: bold;
    font-style: oblique;
}
@font-face {
    font-family: 'Eau Sans Black';
    src: url('../fonts/eau_sans_black-webfont.woff2') format('woff2'),
         url('eau_sans_black-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
}
@font-face {
    font-family: 'Eau Sans Black Oblique';
    src: url('../fonts/eau_sans_black_obl-webfont.woff2') format('woff2'),
         url('eau_sans_black_obl-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: oblique;
}

/* TeX Gyre Schola
-------------------------------------------------- */
@font-face {
    font-family: 'TeX Gyre Schola';
    src: url('../fonts/texgyreschola-regular-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-variant-ligatures: common-ligatures;
}
@font-face {
    font-family: 'TeX Gyre Schola';
    src: url('../fonts/texgyreschola-italic-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'TeX Gyre Schola Bold';
    src: url('../fonts/texgyreschola-bold-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TeX Gyre Schola Bold';
    src: url('../fonts/texgyreschola-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
