/* Self-hosted latin subsets (downloaded from Google Fonts, OFL-licensed).
   Self-hosting keeps visitor IPs away from Google (GDPR posture for the EU
   audience) and removes two third-party origins from the critical path.
   DM Sans and Fraunces are variable fonts: one file serves every weight. */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(assets/fonts/dmsans-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url(assets/fonts/fraunces-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(assets/fonts/lora-latin.woff2) format('woff2');
}
