/* Embedded serif so certificates render identically on screen AND in the
 * printout, on any computer / phone / tablet — no font install needed.
 * EB Garamond, SIL Open Font License, bundled in /assets/fonts. */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/eb-garamond-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/eb-garamond-latin-700-normal.woff2') format('woff2');
}
