/* ============================================
   Emba — Self-hosted fonts
   Editorial New (Pangram Pangram, free) — display serif
   Neue Montreal (Pangram Pangram, free) — UI sans
   JetBrains Mono (Google Fonts, free) — captions / numerals

   NOTE: Drop the actual .woff2 files into /fonts/ matching these names.
   Font files are NOT bundled in this scaffold — see fonts/README.md for
   download links and exact filenames.
   ============================================ */

/* Editorial New */
@font-face {
  font-family: 'EditorialNew';
  src: url('../fonts/PPEditorialNew-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EditorialNew';
  src: url('../fonts/PPEditorialNew-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EditorialNew';
  src: url('../fonts/PPEditorialNew-Ultralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EditorialNew';
  src: url('../fonts/PPEditorialNew-Ultrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Neue Montreal */
@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/PPNeueMontreal-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* JetBrains Mono — captions & metadata */
@font-face {
  font-family: 'JetBrainsMono';
  src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrainsMono';
  src: url('../fonts/JetBrainsMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
