/*
 * Locally bundled webfonts (no external requests — WordPress.org requirement).
 * Cormorant Garamond & Archivo, both licensed under the SIL Open Font License 1.1.
 * Variable fonts: one file covers every weight used by the theme.
 */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/archivo-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-italic-variable.woff2') format('woff2');
}
