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

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

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

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

/* Bold, italic */
/*
@font-face {
  font-family: 'EB Garamond';
  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;
}