/* Hollow Lane Garden — brand only.
 *
 * Structure comes from shared/components.css. If this file grows past a token
 * override, the missing piece belongs in the shared layer, not here.
 */

:root {
  --accent:       #4f7a4a;
  --accent-hover: #416440;
  --accent-wash:  #eef3ed;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --accent:       #7ba674;
    --accent-hover: #92b98c;
    --accent-wash:  #22281f;
  }
}
