/* =====================================================================
   design-overrides.css — bzDesign publish target

   This file is intentionally near-empty at rest. bzDesign (Stage 2) lets
   the operator tweak --bz-* design tokens live in the studio; the edits
   are previewed via an injected <style> block and persisted in
   localStorage. Stage 6 (publish-to-repo) will commit the operator's
   accepted overrides directly into this file.

   Until Stage 6 lands, you can copy the override CSS out of bzDesign's
   "Export" view and paste it here manually.

   Pages that opt in to bzDesign overrides include this file AFTER
   style-tokens.css so the cascade wins for any --bz-* var you set here.
   ===================================================================== */

:root {
    /* No published overrides yet — bzDesign Stage 6 will fill this in. */
}
