/* Launchway tokens v0.2 — Seaside (interim)
   Source of hex values: branding/03-visual.md
   PA-10 clause 2 is still open. Seaside is adopted on an interim basis for the
   anchor client engagement (2026-08-17), with an explicit option to pivot.
   Pivoting means replacing this block and nothing else.
   New HTML imports this file instead of pasting a :root block.

   RED SKY   #bf3b1f  stop            SUNSET   #d47d46  caution, accent
   DUNE      #e0b99b  soft fill       HARBOR   #3c6876  links, brand
   SEAGLASS  #9fbdbc  muted           LINEN    #ece0d9  the page
   DEEP HARBOR #22414d  ink and structure */

:root {
  --ink: #22414d;
  --body: #2f5461;
  --muted: #6e8a8c;
  --paper: #ece0d9;
  --card: #fffdfb;
  --line: #dfd3ca;
  --line-strong: #cbbdb2;

  --brand: #3c6876;
  --brand-deep: #22414d;
  --brand-soft: #e4edec;
  --brand-header-end: #4e7f88;

  /* page furniture: rules, ropes, mastheads. Never the warning. */
  --accent: #d47d46;
  --accent-deep: #a85526;
  --accent-soft: #e0b99b;

  /* caution - check this before you commit */
  --warn: #d47d46;
  --warn-deep: #a85526;
  --warn-soft: #faede3;

  /* stop - blocking, do-not. Appears only where there is a reason to stop. */
  --danger: #bf3b1f;
  --danger-deep: #8f2513;
  --danger-soft: #fbeae4;

  --cloud: #9fbdbc;
  --zebra: #f8f2ec;
  --on-ink: #e8eeed;
  --on-ink-muted: #9fbdbc;
  --ticker-fg: #cbd8d6;
  --code: #f5efe9;

  /* composed from the tokens above; documents should not rebuild it */
  --grad: linear-gradient(135deg, var(--ink) 0%, var(--brand) 72%, var(--brand-header-end) 100%);

  --font-heading: "Archivo", "Roboto", sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "Consolas", monospace;

  --measure: 820px;
  --radius: 10px;
}
