/* Webfonts.
   Inter — single family, optical-size axis (opsz 14 body → 32 display), weights 300–600.
   Fraunces — italic only, used exclusively for the French footer line + rare ornament.
   Both are the real specified families (no substitution). Served from Google Fonts. */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..600;1,14..32,300..600&family=Fraunces:ital,opsz,wght@1,9..144,400..600&display=swap");

:root {
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-ornament: "Fraunces", Georgia, "Times New Roman", serif;
}
