:root {
  --color-bg: #0b0b0f;
  --color-card-bg: #15161f;
  --color-text: #f7fbff;
  --color-text-secondary: #9aa8bd;
  --color-accent-blue: #ffb703; /* amber for info */
  --color-accent-red: #ff1e1e; /* ferrari red */
  --color-button-bg: #ff2a2a;
  --color-button-text: #0b0b0f;
  --color-footer-bg: #08090d;
  --color-footer-text: #eef6ff;
  --color-star: #ffc857;
}