/* ===================================================================
 * fonts.scss
 *
 * ------------------------------------------------------------------- */


/*
 * libre baskerville
================================================================================ */

@font-face {
    font-family: "gustolle";
    src: url("../fonts/gustolle/Gustolle.otf") format("woff"), url("../fonts/Gustolle.otf") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "aquatico";
    src: url("../fonts/aquatico/Aquatico-Regular.otf") format("woff"), url("../fonts/reading.otf") format("woff");
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: "gustolle";
    src: url("../fonts/gustolle/Gustolle.otf") format("otf"), url("../fonts/Gustolle.otf") format("otf");
    font-style: normal;
    font-weight: normal;
}

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

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


