/* Self-hosted fonts, subset latin+vietnamese. Italic files are registered as
   SEPARATE families — template schema carries only a family name and the
   renderer never sets fontStyle, so italic styles reference these directly. */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/playfair-display-v40-latin_vietnamese-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('/fonts/playfair-display-v40-latin_vietnamese-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display Italic';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/playfair-display-v40-latin_vietnamese-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/cormorant-garamond-v21-latin_vietnamese-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('/fonts/cormorant-garamond-v21-latin_vietnamese-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond Italic';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/cormorant-garamond-v21-latin_vietnamese-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/be-vietnam-pro-v12-latin_vietnamese-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('/fonts/be-vietnam-pro-v12-latin_vietnamese-600.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/ibm-plex-mono-v20-latin_vietnamese-regular.woff2') format('woff2');
}

/* ---- Brand fonts (V1.2 poster) — table mirrored in src/poster/poster-fonts.ts ---- */
@font-face { font-family: 'Le Jour Serif'; font-style: normal; font-weight: 400; font-display: block; src: url('/fonts/brand/le-jour-serif.ttf') format('truetype'); }
@font-face { font-family: 'Milton One'; font-style: normal; font-weight: 700; font-display: block; src: url('/fonts/brand/milton-one-bold.otf') format('opentype'); }
@font-face { font-family: 'MJ Donna Smith'; font-style: normal; font-weight: 400; font-display: block; src: url('/fonts/brand/mj-donna-smith.ttf') format('truetype'); }
@font-face { font-family: 'Square Peg'; font-style: normal; font-weight: 400; font-display: block; src: url('/fonts/brand/square-peg.ttf') format('truetype'); }
@font-face { font-family: 'DFVN Calathea'; font-style: normal; font-weight: 400; font-display: block; src: url('/fonts/brand/dfvn-calathea.otf') format('opentype'); }
@font-face { font-family: 'SVN Gallery Modern'; font-style: normal; font-weight: 400; font-display: block; src: url('/fonts/brand/svn-gallery-modern.otf') format('opentype'); }
@font-face { font-family: 'Manrope Medium'; font-style: normal; font-weight: 500; font-display: block; src: url('/fonts/brand/manrope-medium.woff2') format('woff2'); }
