/*
Font files for Google Font Cormorant Garamond which is hosted locally.
**************************************************/

/* Sadly, CSS custom properties don't work inside @font-face, so without less or similar, we can't avoid repetition here. */
/* See https://stackoverflow.com/a/71471170/2017600 */

@font-face {
  font-family: 'CormorantGaramond';
  font-weight: 100 300;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Light.23e4d6b74579.ttf") format('truetype');
}
@font-face {
  font-family: 'CormorantGaramond';
  font-weight: 100 300;
  font-style: italic;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-LightItalic.50347e073ffa.ttf") format('truetype');
}
@font-face {
  font-family: 'CormorantGaramond';
  font-weight: 400;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Regular.8d38bcc84080.ttf") format('truetype');
}
@font-face {
  font-family: 'CormorantGaramond';
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Italic.6f96488d4a63.ttf") format('truetype');
}
@font-face {
  font-family: 'CormorantGaramond';
  font-weight: 500;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Medium.5e7d2ba2f6b6.ttf") format('truetype');
}
@font-face {
  font-family: 'CormorantGaramond';
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-MediumItalic.7babb6914ac2.ttf") format('truetype');
}
@font-face {
  font-family: 'CormorantGaramond';
  font-weight: 600 900;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Bold.d2f41939e8d2.ttf") format('truetype');
}
@font-face {
  font-family: 'CormorantGaramond';
  font-weight: 600 900;
  font-style: italic;
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-BoldItalic.634124fb5152.ttf") format('truetype');
}
