/* Pentacom Software — oxide green. Custom properties only (design-system.md §8). */
:root {
  --color-accent: #1e6e54;
  --color-accent-strong: #175843;
  --color-focus: var(--color-accent);
}
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) {
  --color-accent: #4fbf96;
  --color-accent-strong: #7ad4b3;
} }
:root[data-theme="dark"] {
  --color-accent: #4fbf96;
  --color-accent-strong: #7ad4b3;
}
