:root {
    --brand: #102F76;
    --brand-muted: #CACEE4;
    --background: #F7F7F7;
    --error-700: #D32F2F;
    --error-200: #FAE6E6;
    --success-500: #33EBC7;
    --brand-background: #f4f7f7;
    --confetti-right: #33ebc7;
    --confetti-right-muted: #c4f4ed;
    --confetti-left: #713dff;
    --confetti-left-muted: #bda5ff;
}
in3-summary in3-checkbox-input input {
    border-color: black!important;
}
#header-logo  {
    height: 2.5rem;
}
in3-spending-limit [class~="bg-success"] {
  background-color: #001C5D;
}
#header-party-popper path {
  fill: #001C5D;
}
#header-party-popper [class~="stroke-brand"] {
  stroke: #001C5D;
}
in3-spending-limit [class~="text-success"] {
  color: #001C5D;
}
in3-expandable [class~="fill-success"] {
  fill: #198754;
}
.text-\[\#3D893B\] {
  color: #198754 !important;
}
in3-progress-circle path {
  fill: #216641;
}