/* Playfair Display Font */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/97ac91773d3121b2-s.p.woff2') format('woff2');
}

/* DM Sans Font */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('../fonts/eaead17c7dbfcd5d-s.p.woff2') format('woff2');
}

/* Source Serif 4 Font */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../fonts/13971731025ec697-s.p.woff2') format('woff2');
}

/* Font Family Classes */
.font-playfair {
  font-family: 'Playfair Display', serif;
}

.font-dm-sans {
  font-family: 'DM Sans', sans-serif;
}

.font-source-serif {
  font-family: 'Source Serif 4', serif;
}
