:root {
  --brand-navy: #0f2850;
  --brand-green: #b9d935;

  --primary: var(--brand-navy);
  --primary-hover: #0a1f3d;
  --text: #141c28;
  --muted: #465061;
  --link: #0f4c81;
  --link-hover: #0a3560;
  --on-primary: #ffffff;

  --border: #c8d2df;
  --soft: #f4f6f9;
  --green-soft: #eef5dc;
  --green-soft-hover: #e4f0cc;
  --table-head: var(--green-soft);
  --warning: #faf3e4;
  --success: var(--green-soft);
  --highlight: #fff1a8;
  --comment: #e8eef5;
  --white: #ffffff;
}

a {
  color: var(--link);
}

a:hover {
  color: var(--link-hover);
}

header h1 a {
  color: inherit;
  text-decoration: none;
}

header h1 a:hover {
  color: var(--link);
}
