:root {
  --primary-color: #0a280a;
  --primary-background: #000000;
  --line-color: #0a280a;
  --marquee-color: #ffffff;
  --marquee-background: #121212;
  --result-pasaran-color: #ffb809;
  --result-tanggal-color: #ffffff;
  --result-tanggal-background: linear-gradient(
    0deg,
    rgba(96, 0, 2, 1) 0%,
    rgba(150, 2, 2, 1) 100%
  );

  --result-background: #111111;
  --result-keluaran-color: #ffffff;
  --result-border: 3px solid #9e9e9e;

  --text-color: #e0e0e0;
  --primary-text-color: #ffffff;
  --reverse-text-color: #000000;

  --secondary-background: #000000;
  --hover-background: rgba(0, 0, 0, 0.9);
  --menu-item-color: var(--text-color);
}
