/* DM Sans — variable font (400, 500, 700) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dm-sans.fe8c67c9672d.woff2") format('woff2');
}

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

/* Fallback metrics — reduit le CLS lors du font swap */
@font-face {
  font-family: 'DM Sans Fallback';
  src: local('Arial');
  size-adjust: 96.2%;
  ascent-override: 99%;
  descent-override: 26%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'DM Serif Display Fallback';
  src: local('Georgia');
  size-adjust: 89.6%;
  ascent-override: 112%;
  descent-override: 32%;
  line-gap-override: 0%;
}
