/* ============================================================
   INDIE THEME — warm, muted, earthy, organic
   For: indie, folk, alternative, singer-songwriter
   ============================================================ */

[data-theme='indie'] {
  --color-bg: #f5f0e8;
  --color-surface: #faf6ef;
  --color-surface-hover: #eee8dc;
  --color-border: #d9cfc0;
  --color-text: #2d2a26;
  --color-text-muted: #7a746b;
  --color-accent: #c06030;
  --color-accent-hover: #a04e24;
  --color-accent-text: #ffffff;
  --color-danger: #b91c1c;
  --color-success: #3d7a48;
  --font-heading: Georgia, 'Times New Roman', serif;
  --radius: 6px;
}
