:root {
  --color-bg: #0f0c09;
  --color-card-bg: #17120e;
  --color-text: #f8efe6;
  --color-text-secondary: #cdb9a7;
  --color-accent-blue: #f29d49;
  --color-accent-red: #ff6a3d;
  --color-button-bg: #ff6a3d;
  --color-button-text: #0d0d0d;
  --color-footer-bg: #0a0705;
  --color-footer-text: #eaded2;
  --color-star: #f6c453;
}