/* ==========================================================================
   CompareBabyStuff — Astra fonts (FRONTEND-REDESIGN-SPEC §3.2)
   DM Sans (variable, weights 100–1000) + DM Serif Display (400).
   Self-hosted WOFF2, latin subset, font-display: swap.
   Preload links for the two above-fold faces live in the page <head>.
   ========================================================================== */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('/fonts/dm-sans-var.woff2') format('woff2');
}

@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');
}
