/* ── LOCAL FONTS ── */

/* Plus Jakarta Sans - variable font (weights 300–800) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('plus-jakarta-sans.woff2') format('woff2');
}

/* DM Mono - Regular 400 */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('dm-mono-400.woff2') format('woff2');
}

/* DM Mono - Medium 500 */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('dm-mono-500.woff2') format('woff2');
}
