@layer theme {
  [data-theme="heritage"] {
    --bg: #f4e8c8;
    --bg-mid: #e8dbb0;
    --text: #1a1a0a;
    --accent: #2d5a3d;
    --muted: #5a4a2a;
    --rule: rgba(45,90,61,0.18);
    --font-display: 'Lobster Two', cursive;
    --font-body: 'Roboto Slab', Georgia, serif;
    --btn-radius: 8px;
    --btn-weight: 700;
    --btn-transform: none;
    --btn-tracking: 0;
  }
}
