.navbar {
  background-color: rgb(81, 25, 25, 0.95) !important;
}

.header-gradient {
  display: none !important;
}

:root {
  --primary-color: #bab81f;
  --secondary-color: #03DAC6;
  --accent-color: #FFB300;
  --dark-color: #781d1d;
  --dark-surface: #000000;
  --dark-elevated: rgb(81 25 25);
  --text-primary: #FFFFFF;
  --text-secondary: rgba(255, 255, 255, 0.85);
}

.tweet-container {
  background-color: var(--dark-surface);
}
