/* Self-hosted fonts — no external calls to Google Fonts */
/* Playfair Display — serif, used as --font-serif */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/playfair-display-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url(/fonts/playfair-display-italic.woff2) format('woff2');
}

/* Geist — sans-serif, used as --font-sans */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/geist.woff2) format('woff2');
}

/* Cormorant Garamond — serif, used on marketing pages */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/cormorant-garamond.woff2) format('woff2');
}

/* DM Sans — sans-serif, used on marketing pages */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/dm-sans.woff2) format('woff2');
}
