/* Future themes rebind tokens via :root or [data-theme="..."] selectors.
 * This file is the single sanctioned extension point for visual finish changes.
 * All color literals live in tokens.css; component CSS references them via var(--*).
 *
 * Sample theme to prove the extension point works:
 */
[data-theme="editorial"] {
  --paper: #fafaf7;
  --ink: #0e0e0e;
  --accent: #0e0e0e;
  --focus: #b03a2e;
}
