/* EB Garamond — English (WOFF2, font-display: block to avoid FOUT) */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../assets/fonts/EBGaramond/EBGaramond-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../assets/fonts/EBGaramond/EBGaramond-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('../assets/fonts/EBGaramond/EBGaramond-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../assets/fonts/EBGaramond/EBGaramond-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('../assets/fonts/EBGaramond/EBGaramond-Italic.woff2') format('woff2');
}

/* Cormorant Garamond — display heading (couple name) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../assets/fonts/CormorantGaramond/CormorantGaramond-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../assets/fonts/CormorantGaramond/CormorantGaramond-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('../assets/fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../assets/fonts/CormorantGaramond/CormorantGaramond-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('../assets/fonts/CormorantGaramond/CormorantGaramond-Italic.woff2') format('woff2');
}

/* Gowun Batang — Korean (subset to only used Hangul characters; ~22 KB each) */
@font-face {
  font-family: 'Gowun Batang';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../assets/fonts/GowunBatang/GowunBatang-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Gowun Batang';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../assets/fonts/GowunBatang/GowunBatang-Bold.woff2') format('woff2');
}
