/* Cormorant Garamond - Regular (variable font with weights 400-600) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-v400-regular.woff2') format('woff2');
}

/* Cormorant Garamond - Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-v400-italic.woff2') format('woff2');
}

/* DM Sans - Regular (variable font with weights 400-500) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('assets/fonts/dm-sans-v400-regular.woff2') format('woff2');
}
