/* Rtech spacing. 4px base. Generous by default — the brand relies on whitespace. */
:root{
  --space-0:0;
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:20px;
  --space-6:24px;
  --space-7:32px;
  --space-8:40px;
  --space-9:48px;
  --space-10:64px;
  --space-11:80px;
  --space-12:96px;
  --space-13:120px;
  --space-14:160px;

  /* Layout — reference for site-wide container widths. */
  --container-narrow:720px;
  --container-default:1120px;
  --container-wide:1280px;
  --gutter:24px;
  --section-y:96px;
  --section-y-sm:64px;
}
