/* Self-hosted fonts — no Google Fonts CDN */

/*
 * Fonts used by this site:
 *   Caveat        (handwriting) — wght 400/600/700
 *   Playfair Display (serif display) — wght 600 italic / 700 normal
 *   DM Sans       (body sans-serif) — wght 300/400/500
 *
 * To add self-hosted woff2 files, place them under:
 *   ./caveat/caveat-<weight>.woff2
 *   ./playfair-display/playfair-display-<weight>.woff2
 *   ./dm-sans/dm-sans-<weight>.woff2
 * and uncomment the @font-face blocks below.
 *
 * Until then the browser uses the system fallbacks declared in style.css.
 */

/*
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./caveat/caveat-v18-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./caveat/caveat-v18-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./caveat/caveat-v18-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./playfair-display/playfair-display-v30-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("./playfair-display/playfair-display-v30-latin-600italic.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./dm-sans/dm-sans-v15-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./dm-sans/dm-sans-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./dm-sans/dm-sans-v15-latin-500.woff2") format("woff2");
}
*/
