/* inter-normal - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url('../fonts/inter-v20-latin-normal.woff2') format('woff2');
}

/* inter-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  src: url('../fonts/inter-v20-latin-italic.woff2') format('woff2');
}

/* cormorant-garamond-normal - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  src: url('../fonts/cormorant-garamond-v21-latin-normal.woff2') format('woff2');
}

/* cormorant-garamond-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  src: url('../fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
}
