/* saikatkumardey.com — theme overrides */
:root {
  --background: #0d0d0d;
  --foreground: #d4d4d4;
  --accent: #39d353;
}

/* Mobile menu: prevent text wrapping in dropdown */
@media (max-width: 684px) {
  .menu__dropdown {
    min-width: 120px;
    white-space: nowrap;
  }
  .menu__dropdown a {
    white-space: nowrap;
  }
}
