/* DM Sans — vendored locally (no CDN, per project rules). Drop the woff2 weights the design uses
   (400 and 500) into wwwroot/css/fonts/ as dm-sans-400.woff2 / dm-sans-500.woff2 and they are picked
   up automatically; until then this falls back to a locally-installed DM Sans, then to the base
   sans-serif stack. */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('DM Sans'), url('../fonts/dm-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('DM Sans'), url('../fonts/dm-sans-500.woff2') format('woff2');
}
