/*
  App-level design token overrides for Number One.
  Redefine any custom property here to customize the design system
  without editing the copied-verbatim token files under number-one/tokens/.

  Examples:
    --accent: var(--teal);        pin the whole app to the Nexus hue
    --radius: 10px;               tighter corners app-wide
    --font-body: "Inter", sans;   swap the body typeface

  Per-room accents are driven by [data-mode="kitchen" | "nexus" | ...]
  on any ancestor element — no override needed here for those.
*/
:root {
  /* (intentionally empty — add overrides above) */
}
