/* === EB Garamond === */
/* regular - 400 (Bonus) */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/eb-garamond-v31-latin-regular.woff2') format('woff2'); /* */
}
/* bold - 700 */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/eb-garamond-v31-latin-700.woff2') format('woff2'); /* */
}

/* === Source Sans Pro === */
/* regular - 400 */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/source-sans-3-v18-latin-regular.woff2') format('woff2'); /* */
}
/* semibold - 600 */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/source-sans-3-v18-latin-600.woff2') format('woff2'); /* */
}