/* ===================================================================
 * fonts.scss)
 *
 * ------------------------------------------------------------------- */
 
/*
 * Libre Baskerville 
================================================================================ */
@font-face {
  font-family: "librebaskerville-regular";
  src: url("../fonts/librebaskerville/librebaskerville-regular-webfont.woff2") format("woff2"), url("../fonts/librebaskerville/librebaskerville-regular-webfont.woff") format("woff");
  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;
}

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

/*
* Roboto Slab
================================================================================ */
/* roboto-slab-regular - latin */
@font-face {
  font-family: "roboto slab";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/roboto-slab-v13-latin/roboto-slab-v13-latin-regular.eot"), /* IE9 Compat Modes */
       url("../fonts/roboto-slab-v13-latin/roboto-slab-v13-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */
       url("../fonts/roboto-slab-v13-latin/roboto-slab-v13-latin-regular.woff") format("woff"), /* Modern Browsers */
       url("../fonts/roboto-slab-v13-latin/roboto-slab-v13-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */
       url("../fonts/roboto-slab-v13-latin/roboto-slab-v13-latin-regular.svg") format("svg"); /* Legacy iOS */
}