:root,
[data-theme="paper"] {
  --bg: #f4f0e7;
  --header-bg: rgba(244, 240, 231, .9);
  --surface: #fbf8f1;
  --surface-2: #ece6da;
  --text: #343632;
  --heading: #252723;
  --muted: #666960;
  --accent: #6e7d61;
  --accent-strong: #536248;
  --button-text: #fffdf7;
  --border: rgba(74, 78, 69, .18);
  --focus: #9a5f46;
  --art-bg: linear-gradient(145deg, #d8cdb8, #ebe4d8 52%, #aeb7a4);
  --card-shadow: 0 10px 30px rgba(65, 58, 47, .05);
  color-scheme: light;
}

[data-theme="paper"] body {
  background-image:
    radial-gradient(circle at 20% 10%, rgba(118, 101, 75, .035) 0 1px, transparent 1.2px);
  background-size: 13px 13px;
}

