/* Shared identity tokens.
   ------------------------------------------------------------------
   These values MUST stay identical to the :root block in
   Website/assets/styles.css. They are the whole reason a reader who
   crosses from boltonprep.com into /uscitizenship/ still feels like
   they are in the same place: same navy, same paper, same type.

   Layout, spacing and components are deliberately NOT shared. The
   imprint site is a document; the companion is a tool. They are
   allowed to look different — they are not allowed to look unrelated.

   If you change a colour here, change it there too. */

:root {
  --ink: #1d2433;
  --muted: #5b6474;
  --label: #5f6878;

  --blue: #24437e;
  --blue-dark: #1a3260;
  --blue-tint: #eef2fa;
  --blue-tint-2: #e7edf8;
  --blue-line: #9db3d8;
  --blue-line-2: #c3d0e8;

  --shell: #e7e2d8;
  --page: #f7f4ee;
  --sand: #f1ede4;
  --sand-2: #eae5da;
  --line: #ddd7cc;
  --line-soft: #eee9de;
  --stone: #6b6455;

  --amber-bg: #fdf1de;
  --amber-line: #e0b070;
  --amber-ink: #8a5518;

  --red: #b22234;

  --sans: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
}
