/* Bandeau superieur plein largeur en ardoise.
   Corps clair aligne a gauche, libelle en police a chasse fixe.
   Accent bleu-vert sourd. */
:root {
  --slate: #2f3a45;
  --steel: #2f6b66;
}
body { background-color: #ffffff; color: #23282e; }
.topband { background-color: var(--slate); }
.band-brand { color: #ffffff; letter-spacing: .02em; }
.mono-label { font-family: Consolas, "Courier New", monospace; color: var(--steel); letter-spacing: .22em; }
.intro { max-width: 600px; }
.link-steel { color: var(--steel); font-weight: 600; }
.link-steel:hover { color: #1d4a46; }
.foot-link { color: #6c757d; }
.foot-link:hover { color: var(--steel); }
.legal-col { max-width: 740px; }
.legal-col a { color: var(--steel); }
