/*
  COLOR PALETTE ONLY
  ------------------
  Edit this file when you want to change the visual theme.
  The main layout CSS uses these variables, so you should not need to hunt
  through the full stylesheet just to change colors.
*/

:root {
  /* Page colors */
  --color-page-bg: #f6f1e8;
  --color-surface: #fffaf0;
  --color-surface-alt: #efe4d2;

  /* Text colors */
  --color-text: #2e251d;
  --color-text-muted: #6d5f51;
  --color-heading: #1f1712;

  /* Accent colors */
  --color-accent: #9b4d2e;
  --color-accent-strong: #6f321f;
  --color-accent-soft: #e8c4aa;

  /* Borders and shadows */
  --color-border: #d9c9b5;
  --shadow-soft: 0 14px 35px rgba(46, 37, 29, 0.13);

  /* Links */
  --color-link: var(--color-accent-strong);
  --color-link-hover: #3f1c12;
}
