/* Brand 69f7779d-9e49-41a5-9f04-d589cb506dcc. */
:root:root {
  --app-bg: #ffffff;
  --app-border: #dfe6da;
  --app-details: #ffffff;
  --app-on-primary: #ffffff;
  --app-primary: #54831e;
  --app-sidebar: #f4f7f1;
  --app-surface: #f1f4ef;
  --app-text: #1c1f1d;
  --app-text-muted: #4b554f;
}
:root:root.dark {
  --app-bg: #0c1109;
  --app-border: #242e1f;
  --app-details: #141a11;
  --app-on-primary: #0c1109;
  --app-primary: #76b82a;
  --app-sidebar: #141a11;
  --app-surface: #1b2317;
  --app-text: #eef2ea;
  --app-text-muted: #a7b3a0;
}
