body.ambile-dark-mode {
  --ambile-color-bg: #0f1722;
  --ambile-color-surface: #162132;
  --ambile-color-primary: #9bc2ff;
  --ambile-color-accent: #d96b70;
  --ambile-color-text: #edf3ff;
}

body.ambile-dark-mode .site-header,
body.ambile-dark-mode .ambile-hero-main,
body.ambile-dark-mode .ambile-hero-side,
body.ambile-dark-mode .ambile-card-post,
body.ambile-dark-mode .ambile-author-box,
body.ambile-dark-mode .ambile-widget,
body.ambile-dark-mode .comments-area,
body.ambile-dark-mode .ambile-site-footer {
  background: var(--ambile-color-surface);
  color: var(--ambile-color-text);
}

body.ambile-dark-mode a {
  color: var(--ambile-color-primary);
}
