/*
 * Default brand (Danap) token overrides.
 *
 * This file is the deployment override channel (docs/theming/05-brand-delivery.md §2):
 * it is loaded from the root layout AFTER globals.css, so its `--ref-*` / `--sys-*` /
 * `--comp-*` declarations win by cascade order — pure CSS, zero FOUC.
 *
 * The default brand is intentionally a NO-OP: every ramp it would set already equals
 * the value baked into tokens.generated.css, so shipping an empty override here keeps
 * the override path exercised every day (05 §1) while leaving the default look
 * unchanged. A tenant package replaces this file with its ramp — see the ACME example
 * or docs/theming/07-brand-authoring-guide.md §3.
 *
 * Example (do not enable for Danap):
 *   :root {
 *     --ref-brand-500: #3a7d2c;
 *     --ref-brand-600: #2f6a24;
 *     --sys-radius-control: var(--ref-radius-sm);
 *   }
 */
:root {
  /* Danap ships its ramp via tokens.generated.css; no overrides needed. */
}
