/* JumpStart InfoSec theme: information-security indigo over the family
   system. This file recolors every accent token site-wide. */
:root {
  --blue: #4753B8;
  --focus: #4753B8;
  --info-ink: #39439B;
  --info-soft: #E9EBF8;
  --info-line: #C9CDEC;
  --fx-deep: #4753B8;
  --fx-mid: #7E88D9;
  --fx-light: #BBC2F2;
  --fx-faint: #E7E9FB;
}
.brand-name b { color: #4753B8; }

/* Headings follow the indigo. */
:root { --head: #303A8C; }

/* The structural navy goes indigo on this site: buttons, bands, the
   footer, and the wordmark all follow, with on-navy tints retinted. */
:root {
  --navy: #2E3680;
  --navy-deep: #232A66;
  --on-navy-0: #EBEDF8;
  --on-navy-1: #C3C9EE;
  --on-navy-2: #CDD2EE;
  --on-navy-3: #97A0D6;
}

/* Neutral chrome follows: paper, ink, rules, wells, shadows, dots. */
:root {
  --paper: #F8F9FC;
  --paper-2: #EDEFF6;
  --ink: #181A26;
  --ink-2: #4A4F6B;
  --rule: #DDE0EC;
  --rule-strong: #BBC0D8;
  --shade: 24, 28, 68;
  --grid-line: rgba(46, 54, 128, 0.05);
  --glass: rgba(248, 249, 252, 0.92);
  --well: #F1F3F9;
  --rail-well: #F7F8FC;
  --log-well: #F9FAFD;
  --frame-dot: #CBD0E2;
  --glyph-muted: #A6ACCB;
  --dot-neutral: #C3C8DC;
  --dot-muted: #979FC4;
  --muted-soft: #ECEEF6;
  --muted-line: #D2D6E8;
  --neutral-line: #C4C9DE;
  --on-navy-line: #414A96;
  --on-navy-line-2: #3A428A;
  --on-navy-line-3: #323A7C;
  --on-navy-4: #8790C9;
  --navy-well: #262D6E;
}
