/* Playfair Display - Regular */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-regular.woff2') format('woff2');
}

/* Playfair Display - Italic */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-italic.woff2') format('woff2');
}

/* Raleway - Regular */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/raleway-regular.woff2') format('woff2');
}
