/* tokens.css - every Gridiron colour, written once
 *
 * DERIVED FROM docs/design/gridiron-central-modern-remake.html, the approved
 * prototype and the visual target. Extracted rather than retyped, so the
 * screenshot diff compares this against the file it came from. Selectors that
 * only style the prototype's design-doc frame (design-note, cost, roadmap,
 * surface) are dropped PER SELECTOR, not per rule: the first pass dropped
 * whole groups and took .front-page, .left-rail and .nav-link with them, and
 * the right rail rendered one word per line.
 */

@layer tokens {
  :root {
    --ink: #142027;
    --text: #334049;
    --muted: #687881;
    --line: #dce2dd;
    --soft-line: #edf1ed;
    --page: #f7f9f3;
    --paper: #fffefa;
    --wash: #edf5ef;
    --green: #005030;
    --green-2: #087a52;
    --orange: #f47321;
    --red: #d71920;
    --blue: #2e7fa3;
    --navy: #102b3b;
    --gold: #c88a2a;
    --shadow: 0 22px 64px rgba(16, 43, 59, .14);
    --radius: 8px;
  }
}
