/* nunito-regular - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url('/fonts/nunito/Nunito-Regular.woff') format('woff'),
    url('/fonts/nunito/Nunito-Regular.ttf') format('truetype'),
    url('/fonts/nunito/Nunito-Regular.svg') format('svg');
}

/* nunito-bold - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url('/fonts/nunito/Nunito-Bold.woff') format('woff'),
    url('/fonts/nunito/Nunito-Bold.ttf') format('truetype'),
    url('/fonts/nunito/Nunito-Bold.svg') format('svg');
}

/* nunito-bold - latin */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: local(""),
    url('/fonts/nunito/Nunito-Italic.woff') format('woff'),
    url('/fonts/nunito/Nunito-Italic.ttf') format('truetype'),
    url('/fonts/nunito/Nunito-Italic.svg') format('svg');
}

/* ===================================================== */
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/librebaskerville/librebaskerville-regular.eot');
  src: local(""), url('/fonts/librebaskerville/librebaskerville-regular.woff') format('woff'), url('/fonts/librebaskerville/librebaskerville-regular.ttf') format('truetype'), url('/fonts/librebaskerville/librebaskerville-regular.svg') format('svg');
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/librebaskerville/librebaskerville-italic.eot');
  src: local(""), url('/fonts/librebaskerville/librebaskerville-italic.woff') format('woff'), url('/fonts/librebaskerville/librebaskerville-italic.ttf') format('truetype'), url('/fonts/librebaskerville/librebaskerville-italic.svg') format('svg');
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/librebaskerville/librebaskerville-bold.eot');
  src: local(""), url('/fonts/librebaskerville/librebaskerville-bold.woff') format('woff'), url('/fonts/librebaskerville/librebaskerville-bold.ttf') format('truetype'), url('/fonts/librebaskerville/librebaskerville-bold.svg') format('svg');
}