/* Radius is zero. That is a rule, not a default. */
:root {
  --nx-radius: 0;
  --nx-page-margin: 64px;
  --nx-columns: 12; /* @kind other */
  /* state change only, never entrance */
  --nx-motion: 120ms linear; /* @kind other */
  --nx-gutter: 24px;
  --nx-label-col: 240px;      /* section-header label column */
  --nx-grid-seam: 1px;        /* gap between tiles — the hairline IS the gap */
  --nx-max-page: 1440px;
}

@media (max-width: 720px) {
  :root { --nx-page-margin: 24px; --nx-columns: 4; /* @kind other */ }
}
