/*
 * Font faces — all self-hosted from /assets/fonts/.
 * Poppins is loaded from Google Fonts in each HTML document.
 *
 * Provided: Editors Note Regular + Italic, Jhon Halend Regular (all .woff2).
 * If you need web-legal fallbacks: Georgia for Editors Note, Caveat (Google Fonts)
 * is the closest free match for Jhon Halend if the licensed font isn't available.
 */

@font-face {
  font-family: 'Editors Note';
  src: url('../assets/fonts/editors-note-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Editors Note';
  src: url('../assets/fonts/editors-note-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Jhon Halend';
  src: url('../assets/fonts/jhon-halend-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
