/* Kicks remix — knob layer (phase-0-lite).
   The clone's literals stay as fallbacks in the original stylesheets; these
   vars are the override surface for directions/tweak-panel later.
   Palette note: kept monochrome on purpose — the Kicks colour direction is
   client-silent (Q4); no colour is invented here. */
:root {
  --rx-ink: #000;
  --rx-paper: #fff;
  --rx-muted: #ececec;
  --rx-accent: var(--rx-ink); /* placeholder until T1 lands a colour */

  --rx-font-display: "DM Sans", "Helvetica Neue", sans-serif;
  --rx-font-ui: "DM Sans", "Helvetica Neue", sans-serif;
  --rx-weight-display: 600;

  --rx-radius-pill: 40px;
  --rx-space-section: 100px;

  /* motion knobs (read by future directions; behaviors currently hard-codes) */
  --rx-reveal-y: 24px;
  --rx-reveal-duration: 900ms;
  --rx-boil-frame: 150ms;
  --rx-sheet-fps: 7;
}
