/* ===================================================================
 * site-base.css — base typography for the We The People site
 *
 * SOURCE OF TRUTH for body/h1-h6/p/a/list base rules.
 * Page-specific overrides stay in each page's inline <style>.
 * =================================================================== */

* { box-sizing: border-box; }

html, body { margin: 0; background: #ffffff; color: var(--ink); font-family: var(--serif); -webkit-font-smoothing: antialiased; }

html, body { background: #ffffff !important; }

html, body { min-height: 100vh; }

body { display: flex !important; flex-direction: column !important; min-height: 100vh; }

body { padding: 0 !important; }

