:root {
  --bg-primary: #07090d;
  --bg-secondary: #0c1117;
  --text-primary: #e8f7fb;
  --text-secondary: #9ad7e3;
  --text-muted: #6b808c;
  --color-green: #34d399;
  --color-red: #f87171;
  --border: #15202b;
}

.header-logo img,
header img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
