/* Kupp-west Apple Clean - spacing rhythm used by the kwac-* classes. */
:root {
  --space-band: 96px;         /* vertical padding of a content band (64px below 740px) */
  --space-band-final: 110px;  /* final call-to-action band */
  --space-gutter: 22px;       /* horizontal page padding and grid gap */
  --space-card: 30px;         /* padding of large cards (offer, detail, note) */
  --space-card-sm: 22px;      /* padding of small tiles (included, faq: 26px 28px) */
  --measure-page: 1080px;     /* widest content container */
  --measure-text: 640px;      /* band copy */
  --measure-statement: 820px; /* statement headline */
}
