/* ============================================================================
 * project.css — project-level styles
 *
 * Loaded AFTER reset.css and tokens.css, BEFORE the section stylesheets.
 *
 * Put here: page-level layout, anything shared by several sections, and any
 * one-off override the design calls for.
 *
 * Do NOT put brand values here — override the tokens in tokens.css instead, so
 * every section picks them up. Do NOT edit files under css/sections/; they are
 * copies of the shared library and get overwritten on re-sync.
 * ========================================================================== */

body {
  background-color: var(--color-surface, #FFFFFF);
}
