:root {
  --ce-blue: #2c5697;
  --ce-red: #e00034;
  --ce-dark: #182f58;
  --ce-bright: #0957d6;
  --ink: #161b22;
  --muted: #737a84;
  --white: #ffffff;
  --line: rgba(22, 27, 34, .16);
  --line-strong: rgba(22, 27, 34, .28);
  --line-light: rgba(255,255,255,.2);
  --max: 1480px;
  --gutter: clamp(22px, 3.4vw, 56px);
  --font: "Raleway", Arial, sans-serif;
}
