:root {
  --color-bg: #0e0a09;
  --color-card-bg: #171110;
  --color-text: #f5ece8;
  --color-text-secondary: #c9b3ab;
  --color-accent-blue: #ff8f6b;
  --color-accent-red: #e53935;
  --color-button-bg: #e53935;
  --color-button-text: #ffffff;
  --color-footer-bg: #0a0706;
  --color-footer-text: #eadbd6;
  --color-star: #f4bf4a;
}