/* fonts.css — self-host, woff2, без внешних подключений. Лицензии OFL рядом в /fonts. */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/anton-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Bodoni';
  font-style: normal;
  font-weight: 400 700;              /* вариативный: 600 берётся из оси */
  font-display: swap;
  src: url('../fonts/libre-bodoni-var.woff2') format('woff2-variations'), url('../fonts/libre-bodoni-var.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;             /* вариативный: оси opsz 9–40 и wght */
  font-display: swap;
  src: url('../fonts/dm-sans-var.woff2') format('woff2-variations'), url('../fonts/dm-sans-var.woff2') format('woff2');
}
