/* JumpStart ISO theme: management-systems teal over the family system.
   This file recolors every accent token site-wide — page <style>
   blocks are no longer load-bearing for color. Structural navy stays. */
:root {
  --blue: #0F766E;
  --focus: #0F766E;
  --info-ink: #0B5D54;
  --info-soft: #E1F0ED;
  --info-line: #BBDCD6;
  --fx-deep: #11695F;
  --fx-mid: #47978C;
  --fx-light: #9EC9C2;
  --fx-faint: #D7E9E6;
}
.brand-name b { color: #0F766E; }

/* Headings follow the teal too: a deep teal ink with the same weight
   as the family navy, so the whole page speaks one color. */
:root { --head: #0B534B; }

/* The structural navy itself goes teal on this site: buttons, bands,
   the footer, and the wordmark all follow, with the on-navy tints
   retinted to match. */
:root {
  --navy: #0E4A44;
  --navy-deep: #09332E;
  --on-navy-0: #E9F4F2;
  --on-navy-1: #B9DCD6;
  --on-navy-2: #C7DFDB;
  --on-navy-3: #8FB5AE;
}

/* Neutral chrome follows the teal too: paper, ink, rules, wells,
   shadows, dots, and the graph paper all drop the blue tint. */
:root {
  --paper: #F7FAF9;
  --paper-2: #EBF1EF;
  --ink: #17221F;
  --ink-2: #47605A;
  --rule: #DAE4E1;
  --rule-strong: #B6C8C3;
  --shade: 11, 48, 43;
  --grid-line: rgba(17, 74, 66, 0.05);
  --glass: rgba(247, 250, 249, 0.92);
  --well: #F0F5F4;
  --rail-well: #F6FAF9;
  --log-well: #F9FBFA;
  --frame-dot: #C6D6D2;
  --glyph-muted: #A0B9B3;
  --dot-neutral: #BFCFCB;
  --dot-muted: #94ADA7;
  --muted-soft: #EAF1EF;
  --muted-line: #CFDDD9;
  --neutral-line: #C1D3CE;
  --on-navy-line: #2A5750;
  --on-navy-line-2: #234E48;
  --on-navy-line-3: #1B443E;
  --on-navy-4: #7FA39C;
  --navy-well: #0C3B36;
}
