:root {
  --color-bg: #1c2420;
  --color-card-bg: #252d28;
  --color-text: #f0f4f1;
  --color-text-secondary: #bcc7c1;
  --color-accent-blue: #7fb069;
  --color-accent-red: #e07a5f;
  --color-button-bg: #2f3832;
  --color-button-text: #ffffff;
  --color-footer-bg: #171f1a;
  --color-footer-text: #e8ede9;
  --color-star: #f2cc8f;
}