.theme-parchment {
  color-scheme: light;
  --bg:#efe2c2;
  --panel:#fff4d8;
  --panel-2:#f5e7c8;
  --text:#2f2417;
  --muted:#6f5d3f;
  --accent:#7a4b16;
  --accent-soft:#ead6a3;
  --error:#7f1d1d;
  --line:#b48a45;
  --success:#166534;
}
.theme-parchment body,
body.theme-parchment { font-family: Georgia, "Times New Roman", serif; }
.theme-parchment .ascii-art { color:#7a4b16; }
