/* Weaver base stylesheet.
 *
 * Load tokens first, then default typography. Each project's index.html
 * links this file; projects can additionally link /lib/narrative.css for
 * the long-form data-story chrome, or /lib/components.css for the full
 * component vocabulary. */

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500&family=Instrument+Serif:ital@1&family=Newsreader:ital,opsz,wght@0,6..72,300..700;1,6..72,300..700&display=swap');
@import url('./tokens.css');

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
}

#viz { width: 100%; }

svg text { font-family: var(--font-sans); }
