/* Web Today skin. Material: the platform itself.
   Dark ground, monospace headlines, one signal cyan. The only site in the group
   that looks like the thing it writes about. */
:root{
  --paper:#0E1116; --wash:#151A21; --wash-2:#1C222B;
  --ink:#E8EDF3; --body:#AEB9C6; --muted:#7C8797;
  --brand:#1C7C9C; --brand-2:#2699BE; --brand-d:#125469;
  --accent:#41C7B9; --accent-d:#2E9C90;
  --rule:#242C36; --rule-2:#1C222B; --rule-3:#323C48;
  --radius:2px;
}
body{background:var(--paper);color:var(--body)}
.card{background:var(--wash)}
.hero h1{font-family:var(--mono);letter-spacing:-.03em;font-weight:600}
.mast-logo{font-family:var(--mono)}
.sec .shell{max-width:820px}
