:root {
  --navy: #071027;
  --teal: #08D9CC;
  --white: #ffffff;

  --bg: #ffffff;
  --bg-soft: #f7f9fc;
  --line: #e6ebf2;

  --text: var(--navy);
  --text-soft: #2a3555;
  --text-muted: #5c6785;

  --maxw: 980px;
  --gutter: 24px;
}