/* Self-hosted fonts for better performance and offline support */

/* EB Garamond - Regular */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/eb-garamond-400.woff2') format('woff2'),
       url('/fonts/eb-garamond-400.ttf') format('truetype');
}

/* EB Garamond - Regular Italic */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/eb-garamond-400-italic.woff2') format('woff2'),
       url('/fonts/eb-garamond-400-italic.ttf') format('truetype');
}

/* EB Garamond - SemiBold (600) */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/eb-garamond-600.woff2') format('woff2'),
       url('/fonts/eb-garamond-600.ttf') format('truetype');
}

/* EB Garamond - SemiBold Italic */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/eb-garamond-600-italic.woff2') format('woff2'),
       url('/fonts/eb-garamond-600-italic.ttf') format('truetype');
}

/* EB Garamond - Bold (700) */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/eb-garamond-700.woff2') format('woff2'),
       url('/fonts/eb-garamond-700.ttf') format('truetype');
}

/* EB Garamond - Bold Italic */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/eb-garamond-700-italic.woff2') format('woff2'),
       url('/fonts/eb-garamond-700-italic.ttf') format('truetype');
}

/* Uncial Antiqua - Regular */
@font-face {
  font-family: 'Uncial Antiqua';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/uncial-antiqua-400.woff2') format('woff2'),
       url('/fonts/uncial-antiqua-400.ttf') format('truetype');
}
