/* Fonts. No font binaries were supplied with the vault — these are Google Fonts
   substitutions chosen to match the brief's two required voices. See readme.md
   → "Font substitution (needs confirmation)".
   Agent voice: Source Serif 4 · System text: Instrument Sans */
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,300..600&family=Instrument+Sans:wght@400..600&display=swap");

:root {
  --font-agent: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --font-system: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
}
