[Document Title]
[One or two sentence summary]
[Section heading]
[Content]
# Design System & Conversion Guide **Version 2.0** — March 2026 A dark-mode design system for long-form reference documents. Designed for evidence-forward, research-heavy content with deep information hierarchy. Optimized for readability on screens, with print and reduced-motion support. **Rules:** 1. The CSS block in this document is the single source of truth. It must be copied identically into every HTML file that uses this theme. No per-file CSS modifications. 2. New patterns are added to this spec first, then propagated to all files. 3. Every file's footer must include the spec version alongside the content's own last-updated date. --- ## Fonts The theme uses system font stacks by default. No external font dependencies are required. ``` --font-display: Georgia, 'Times New Roman', serif; --font-body: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; --font-mono: ui-monospace, 'SFMono-Regular', 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; ``` **Optional Google Fonts enhancement.** To use custom web fonts, add the following `` elements to `
` before the ` Skip to content[One or two sentence summary]
[Content]