/* Motel for Obsidian. Appearance → extra CSS, or a community-theme folder. */
.theme-dark {
  --background-primary: #18110d;
  --background-primary-alt: #1d1511;
  --background-secondary: #211814;
  --background-secondary-alt: #2c211d;
  --background-modifier-border: #5c4840;
  --background-modifier-hover: #1d1511;
  --text-normal: #e2d3c1;
  --text-muted: #9f8c82;
  --text-faint: #7d6c64;
  --text-accent: #a98081;
  --text-accent-hover: #ba5152;
  --text-on-accent: #f0e6d6;
  --interactive-accent: #983a3f;
  --interactive-accent-hover: #ba5152;
  --color-red: #ba5152;
  --color-yellow: #b99868;
  --color-green: #809378;
  --color-cyan: #72aba1;
  --color-blue: #7690a1;
  --color-purple: #a98081;
}
