/*
 * Local copies of the typefaces previously served by Google Fonts.
 * Keeping the files in the theme avoids a visitor request to Google.
 */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  src: url('../fonts/cormorant-garamond-latin-ext.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500 600;
  src: url('../fonts/cormorant-garamond-italic-latin-ext.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 600;
  src: url('../fonts/playfair-display-latin-ext.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 500;
  src: url('../fonts/playfair-display-italic-latin-ext.woff2') format('woff2');
}
