/* RedSeed — Spacing tokens.
   The brand runs on an 8px rhythm. Exactly seven values, each with a job. */
:root{
  --rs-space-8:8px;    /* between a label and its value */
  --rs-space-16:16px;  /* padding inside buttons and pills */
  --rs-space-24:24px;  /* padding inside tiles and cards */
  --rs-space-32:32px;  /* between related items */
  --rs-space-48:48px;  /* between groups */
  --rs-space-64:64px;  /* between sections */
  --rs-space-96:96px;  /* around the whole page (outer margin) */

  /* Layout */
  --rs-page-margin:var(--rs-space-96);
  --rs-grid-columns:12; /* @kind other */
  --rs-grid-gutter:var(--rs-space-32);
  --rs-content-max:1200px; /* @kind other */
}
