/*
 * Night Dunes — self-hosted font faces.
 * Add the matching WOFF2 files to ../fonts/ (assets/fonts/).
 * WOFF2 only, font-display: swap (stack.md / performance.md).
 *
 * Weights in use:
 *   Playfair Display — 400, 600   (headings / wordmark voice)
 *   Montserrat       — 300, 400, 500 (body, with generous tracking)
 *
 * Filenames are placeholders — rename the @font-face src to match the
 * actual files you drop in (e.g. from google-webfonts-helper, latin subset).
 */

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

/* ---- Montserrat ---- */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/montserrat-v-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-v-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/montserrat-v-latin-500.woff2") format("woff2");
}
