/* ==========================================================================
   editors.biz design tokens — the design system seed.
   Extracted verbatim from the approved landing page (:root block).
   Every new surface (dashboard, portals, emails-as-web) starts from these.
   ========================================================================== */
:root{
  --bg:#fdfcfa;
  --bg-alt:#f5f2ec;
  --ink:#16181d;
  --muted:#5c6470;
  --line:#e7e2d9;
  --accent:#e8590c;
  --accent-soft:#fdeee3;
  --radius:14px;
  --max:1080px;
}
