/* 1000 Villagers — self-hosted brand fonts.
   Same-origin so they load under the site's CSP (font-src 'self'); no Google Fonts call.
   Inter ships as one variable file covering weights 300–900. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/inter-var.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dmserif-400.woff2') format('woff2');
}
