/*
 * Self-hosted font declarations
 * EB Garamond — logo/display
 * Libre Baskerville — headings
 */

/* ===== EB Garamond ===== */
@font-face {
  font-family: 'EB Garamond';
  src: url("/assets/eb-garamond-v32-latin-500-98543809.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ===== Libre Baskerville ===== */
@font-face {
  font-family: 'Libre Baskerville';
  src: url("/assets/libre-baskerville-v24-latin-700-742fb3c5.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
