/* Self-hosted — no external DNS lookup, no render-blocking Google Fonts request. */

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

/* DM Sans — body. Single VARIABLE file covering 300–700.
   The master template shipped this as four byte-identical copies; one file
   with a weight range serves every weight and saves ~110KB of downloads. */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/dm-sans-var.woff2') format('woff2');
}
