/* Cormorant — self-hosted, SIL Open Font License 1.1 */
/* Normal (400-700 variable) */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/cormorant-normal.woff2') format('woff2');
}
/* Italic (400-500 variable) */
@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/cormorant-italic.woff2') format('woff2');
}
