/* TODO: Adjust these tokens if your dark mode palette differs from the defaults */
[data-theme="dark"] {
  --bg: #0f1115;
  --surface: #181a20;
  --primary: #d49a80;
  --text-main: #fdfbf7;
  --text-muted: #94979e;
}

/* Collapses nested border outlines on dashboard cards in dark mode */
[data-theme="dark"] .dash-card,
[data-theme="dark"] .dash-bento,
[data-theme="dark"] .dash-card .rounded-2xl,
[data-theme="dark"] .dash-bento .rounded-2xl,
[data-theme="dark"] .dash-card .rounded-xl,
[data-theme="dark"] .dash-bento .rounded-xl {
  border-color: transparent !important;
  outline: none !important;
}
