/* theme-spectra.css — Theme 1: a faithful reproduction of Eric's spectra.html look
 * (warm paper, ink text, teal + terracotta accents). The default. */
[data-theme="spectra"]{
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Helvetica,Arial,sans-serif;
  --mono:"SF Mono",ui-monospace,Menlo,Consolas,monospace;
  --paper:#faf8f3;
  --paper-2:#f3efe7;
  --ink:#181715;
  --muted:#6f6a61;
  --line:#e4ded2;
  --accent:#1f6f6b;
  --accent-2:#d8623a;
  --good:#2f8f5b;
  --warn:#b9831f;
  --bad:#c0492f;
  --card:#fffdf8;
  --shadow:0 1px 2px rgba(0,0,0,.04),0 8px 30px rgba(0,0,0,.06);
  --radius:16px;
}
