/* ============================================================
   DM Sans — variable font (supports full weight range in one file)
   ============================================================ */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/fonts/dm-sans.woff2) format('woff2-variations'),
       url(/fonts/dm-sans.woff2) format('woff2');
}

/* ============================================================
   DM Serif Display — single-weight files
   ============================================================ */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/dm-serif-display.woff2) format('woff2');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/dm-serif-display-italic.woff2) format('woff2');
}
