/* ============================================================
   Demo page chrome only. The tables need NO host CSS: amazejs
   ships a default light/dark theme. Override any of its CSS
   custom properties on :root to customize — see README.
   ============================================================ */

body {
    font-family: system-ui;
    color: var(--text);
    background: var(--bg);
}
