:root {
  --bg-color: #1a1a1a;
  --text-color: #e0e0e0;
  --text-muted: #aaaaaa;
  --accent-color: #64b5f6;
  --border-color: #333333;
  --sidebar-bg: #222222;
  --card-bg: #252525;
  --card-border: #333333;
  --card-shadow: rgba(0, 0, 0, 0.3);
  --tag-bg: #333333;
  --tag-text: #cccccc;
  --code-bg: #2d2d2d;
  --code-text: #e0e0e0;
  --header-border: #333333;
  --abstract-bg: #222933;
  --abstract-border: #303a45;
  --figure-bg: #ffffff;
  --video-bg: #000000;
  --popover-bg: #333333;
  --popover-text: #ffffff;
  --toast-bg: rgba(0, 0, 0, 0.8);
  --toast-text: #ffffff;
  --focus-ring: rgba(100, 181, 246, 0.2);
  --mark-bg: rgba(100, 181, 246, 0.2);
  --biblioref-active-bg: rgba(100, 181, 246, 0.18);
  --biblioref-active-text: #ffffff;
  --author-misskey-hover: #96c02e;
  --btn-x-bg: #ffffff;
  --btn-x-text: #000000;
  --btn-misskey-bg: #6a8f00;
  --btn-misskey-text: #ffffff;
  --btn-copy-bg: #333333;
  --btn-copy-text: #dddddd;
  --color-note-bg: #0d1117;
  --color-note-border: #388bfd;
  --color-note-text: #58a6ff;
  --color-tip-bg: #0d1117;
  --color-tip-border: #3fb950;
  --color-tip-text: #3fb950;
  --color-important-bg: #0d1117;
  --color-important-border: #a371f7;
  --color-important-text: #a371f7;
  --color-warning-bg: #0d1117;
  --color-warning-border: #d29922;
  --color-warning-text: #d29922;
  --color-caution-bg: #0d1117;
  --color-caution-border: #f85149;
  --color-caution-text: #f85149;
}
