/* Font substitution flag: source recording could not yield real font files.
   Nearest-match pairing per the teardown brief (section 4): a single geometric
   grotesque family used across the full weight range covers both the display
   (~800) and body (~400-600) roles. Archivo (variable, 100-900, tight geometric
   terminals) stands in for the observed display face; Inter (variable, 100-900)
   stands in for the observed body face. Both self-host via Google Fonts CSS. */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400..900;1,400..900&family=Inter:wght@400..700&display=swap');
:root{
--font-display:"Archivo",sans-serif;
--font-body:"Inter",sans-serif;
}
