/**
 * EB Garamond
 *
 * DO NOT COMMENT IN THE ITALIC VERSIONS(!), the customer wants the faux-italic
 * fonts.
 */

/* Regular */
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSans_300Web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: 'HamburgSans';
  src: url('../fonts/HamburgSans-Italic.woff2') format('woff2'),
  url('../fonts/HamburgSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}*/

/* Bold, regular */
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSans_700Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Bold, italic */
/*
@font-face {
  font-family: 'HamburgSans';
  src: url('../fonts/ebgaramond12-italic-webfont.woff2') format('woff2'),
  url('../fonts/ebgaramond12-italic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
*/



/**
 * Gudea
 */

/* Regular */
@font-face {
  font-family: 'Gudea';
  src: url('../fonts/gudea-regular-webfont.woff2') format('woff2'),
  url('../fonts/gudea-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'Gudea';
  src: url('../fonts/gudea-italic-webfont.woff2') format('woff2'),
  url('../fonts/gudea-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Gudea';
  src: url('../fonts/gudea-bold-webfont.woff2') format('woff2'),
  url('../fonts/gudea-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}