/* az-live.css — written by the admin panel.
   DO NOT EDIT BY HAND: the panel regenerates this whole file on
   every save and your edit would be lost. Change values at /admin/.
   An empty file means 'use the theme defaults' and is the reset
   state. Loads AFTER az-theme.css so these win the cascade.
   Written 2026-08-29 17:12:25 UTC */
:root{
  --paper:#ffffff;
  --ink-base:#14121a;
  --primary-base:#6d28d9;
  --chrome-base:#151b25;
  --chrome-accent:#f5a524;
  --surface:#f7f5ff;
  --surface-2:#efecfb;
  --line:#ece9f7;
  --muted:#6b6880;
  --danger:#c81f57;
  --success:#0f766e;
  --warning:#9a4708;
  --radius:12px;
  --radius-sm:8px;
  --radius-lg:18px;
  --space:8px;
  --text-base:13px;
  --lh-base:1.55;
  --measure:68ch;
}
