/* ==========================================================================
   SABON WEBFONT
   Serif typeface for body copy and blockquotes
   ========================================================================== */

/* Roman (Regular) - 400 */
@font-face {
  font-family: 'Sabon';
  src: url('../font/sabon/SabonRoman.woff2') format('woff2'),
       url('../font/sabon/SabonRoman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic - 400 */
@font-face {
  font-family: 'Sabon';
  src: url('../font/sabon/SabonItalic.woff2') format('woff2'),
       url('../font/sabon/SabonItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
