/* SPDX-License-Identifier: MIT */

/* Dark Theme for Nostr Components */
:root {
  --nostrc-theme-bg: #1a1a1a;
  --nostrc-theme-text-primary: #cccccc;
  --nostrc-theme-text-secondary: #999999;
  --nostrc-theme-border: #333333;
  --nostrc-theme-hover-bg: #333333;
}