/* Cormorant Garamond normal */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}
/* Cormorant Garamond italic */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 600;
  font-style: italic;
  font-display: swap;
}
/* Nunito Sans */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/assets/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}