:root {
  --brand:      #287bb3;   /* fills only, never text */
  --brand-text: #155b9f;   /* blue text — 4.86:1 on white */
  --link:       #155b9f;   /* link text — 4.86:1 on white */
  --grey2:      #767676;   /* muted text — 4.54:1 on white */
  --grey3:      #ccc;      /* strokes/borders only, never text */
}

body.site a {
  text-decoration: underline;
}
body.site .navbar a,
body.site .btn,
body.site .btn a,
body.site .nav a,
body.site .carousel-indicators li {
  text-decoration: none;
}
