/* Ivory Coast flag accents (orange / white / green) layered on top of Unfold's
   generated primary palette (see UNFOLD["COLORS"] in settings.py). */

:root {
  --ci-green: #009A44;
}

[data-theme="light"] #app,
:root:not([data-theme="dark"]) #app {
  --color-green-fallback: var(--ci-green);
}

nav[data-sidebar] a[aria-current="page"],
nav[data-sidebar] .active {
  box-shadow: inset 3px 0 0 var(--ci-green);
}

.text-font-important-light,
.text-font-important-dark {
  --tw-text-opacity: 1;
}
