/*
 * theme-maisterwerk-ink.css — Schrift- und Buttonfarben aus dem Light-Theme von maisterwerk.ai
 * (Dunkelbraun rgb(51 39 28) = #33271C statt Schwarz). Zusätzlich zu theme-maisterwerk.css einbinden.
 */
:root {
  --color-text: #33271C;
  --color-text-muted: rgba(51, 39, 28, .72);
  --color-dark: #33271C;
  --color-line: rgba(51, 39, 28, .18);
}
