:root{
  /* Brand */
  --brand: #016885;
  --ink: #0b0f14;
  --paper: #ffffff;

  /* Neutrals */
  --muted: rgba(11,15,20,.68);
  --line: rgba(11,15,20,.10);

  /* Type */
  --font-sans: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-display: ui-serif, Georgia, "Times New Roman", serif;

  /* Layout */
  --container: 1120px;
  --gutter: 22px;

  /* Spacing scale */
  --s1: 6px;
  --s2: 10px;
  --s3: 16px;
  --s4: 22px;
  --s5: 34px;
  --s6: 52px;

  /* Motion */
  --speed: .75s;
  --ease: cubic-bezier(.2,.8,.2,1);

  /* Radius / shadow */
  --r1: 10px;
  --r2: 18px;
  --shadow: 0 18px 40px rgba(0,0,0,.12);
}
