:root {
  --app-sidebar-width: 292px;
  --app-radius: 18px;
}

[data-bs-theme="default"] {
  --bs-body-bg: #f3f6ef;
  --bs-body-color: #162115;
  --bs-card-bg: #ffffff;
  --bs-border-color: #dbe7d2;
  --bs-primary: #78a942;
  --bs-primary-rgb: 120, 169, 66;
  --bs-link-color: #5c8730;
  --bs-link-hover-color: #416420;
  --app-sidebar-bg: #0f1b0d;
  --app-sidebar-color: #eef8e7;
  --app-sidebar-muted: #a8c18f;
  --app-sidebar-active-bg: rgba(140, 198, 63, 0.16);
  --app-sidebar-active-color: #ffffff;
  --app-accent: #8cc63f;
  --app-accent-2: #5f8d34;
  --app-topbar-bg: rgba(255, 255, 255, 0.82);
  --app-shadow: 0 18px 50px rgba(22, 33, 21, 0.12);
  --app-code-bg: #111827;
  --app-code-color: #e5e7eb;
}

[data-bs-theme="light"] {
  --bs-body-bg: #f8fafc;
  --bs-body-color: #1f2937;
  --bs-card-bg: #ffffff;
  --bs-border-color: #e5e7eb;
  --bs-primary: #6aa137;
  --bs-primary-rgb: 106, 161, 55;
  --bs-link-color: #557f2f;
  --bs-link-hover-color: #385a1d;
  --app-sidebar-bg: #ffffff;
  --app-sidebar-color: #1f2937;
  --app-sidebar-muted: #6b7280;
  --app-sidebar-active-bg: rgba(106, 161, 55, 0.12);
  --app-sidebar-active-color: #22360f;
  --app-accent: #6aa137;
  --app-accent-2: #8cc63f;
  --app-topbar-bg: rgba(255, 255, 255, 0.9);
  --app-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
  --app-code-bg: #111827;
  --app-code-color: #e5e7eb;
}

[data-bs-theme="dark"] {
  --bs-body-bg: #0c120b;
  --bs-body-color: #e7f1de;
  --bs-card-bg: #121a10;
  --bs-border-color: #263421;
  --bs-primary: #8cc63f;
  --bs-primary-rgb: 140, 198, 63;
  --bs-link-color: #a8d96a;
  --bs-link-hover-color: #c3eb8f;
  --app-sidebar-bg: #050805;
  --app-sidebar-color: #e7f1de;
  --app-sidebar-muted: #9cab8f;
  --app-sidebar-active-bg: rgba(140, 198, 63, 0.18);
  --app-sidebar-active-color: #ffffff;
  --app-accent: #8cc63f;
  --app-accent-2: #c3eb8f;
  --app-topbar-bg: rgba(18, 26, 16, 0.86);
  --app-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  --app-code-bg: #050805;
  --app-code-color: #d9f0c7;
}
