/* Self-hosted fonts (latin subset only).
   Files in this directory:
     cormorant-garamond-500.woff2 (used for 500, 600, 700 normal — variable font)
     cormorant-garamond-500-italic.woff2
     inter-400.woff2 (used for 400, 500, 600, 700 normal — variable font)
*/

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('cormorant-garamond-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('cormorant-garamond-500-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('inter-400.woff2') format('woff2');
}
