/*
 * theme.css — BLOGGING brand tokens.
 *
 * design.css defines the whole palette. This file only overrides what the
 * brand needs: an editorial ink-violet accent, distinct from the platform
 * default cobalt. Everything else — spacing, radius, motion, dark/light
 * treatment, every component rule — stays the platform default.
 */

:root {
  --accent: #6d3bf2;
  --accent-soft: #efe9fe;
}
