/* Cormorant Garamond - Variable Font */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./assets/fonts/cormorant-garamond/cormorantGaramondVar.woff2')
    format('woff2');
  font-style: normal;
  font-display: swap;
}

/* Poppins  */

/* 200 */
@font-face {
  font-family: 'Poppins';
  src: url('./assets/fonts/poppins/poppins-extraLight.woff2') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* 300 */
@font-face {
  font-family: 'Poppins';
  src: url('./assets/fonts/poppins/poppins-light.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 400 */
@font-face {
  font-family: 'Poppins';
  src: url('./assets/fonts/poppins/poppins-regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 500 */
@font-face {
  font-family: 'Poppins';
  src: url('./assets/fonts/poppins/poppins-medium.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 600 */
@font-face {
  font-family: 'Poppins';
  src: url('./assets/fonts/poppins/poppins-semiBold.woff2') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
