/* automatisch erzeugt aus tokens.json — nicht von Hand ändern */
:root{
  --bg:#0d0d0f;
  --fg:#EDEBE6;
  --accent:#c5a059;
  --muted:#8B8478;
  --surface:#16161a;
  --font-head:'Playfair Display';
  --font-body:'Inter';
  --lh:1.55;
  --radius-btn:3px;
  --radius-card:14px;
}
