/* Kupp-west Apple Clean - color tokens.
   Source of truth: the custom properties on .kwac in variants/23-apple-clean/styles.css.
   Mirrored on :root so the values also resolve outside a .kwac wrapper. */
:root {
  --bg: #fbfbfd;        /* page background, near-white */
  --bg-alt: #f5f5f7;    /* alternating section background, light gray */
  --ink: #1d1d1f;       /* headings and primary text */
  --muted: #6e6e73;     /* secondary text, captions, table labels */
  --hair: #d2d2d7;      /* hairline borders and dividers */
  --blue: #0066cc;      /* the one accent: links, buttons, chips, highlighted offer */
  --blue-deep: #004a99; /* button hover */
  --dark: #0b0b0c;      /* dark strip (brands) and dark media tiles */
}
