@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wdth,wght@100..125,400..900&display=swap');

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wdth,wght@100..125,400..900&family=Cormorant+Garamond:ital,wght@0,400;1,400&display=swap');

/* Playfair Display ExtraBold */
.playfair-bold {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
.playfair-extrabold {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}

/* Cormorant Garamond Regular */
.cormorant-regular {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: normal;
}

/* Cormorant Garamond Italic */
.cormorant-italic {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
}
