@font-face {
  font-family: 'Cormorant';
  src: url('<?php echo get_template_directory_uri(); ?>/assets/fonts/Cormorant-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url('<?php echo get_template_directory_uri(); ?>/assets/fonts/Cormorant-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant', serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #bc002d;
}