.hero-actions .button:not(.yellow) {
  color: var(--ink);
}

[data-layout="top-12"] {
  margin-top: 12px;
}

[data-layout="top-14"] {
  margin-top: 14px;
}

[data-layout="top-15"] {
  margin-top: 15px;
}

[data-layout="bottom-0"] {
  margin-bottom: 0;
}

[data-layout="bottom-15"] {
  margin-bottom: 15px;
}

[data-tone="warning-soft"] {
  background: var(--yellow-soft);
}

[data-progress="0"] {
  width: 0;
}

[data-progress="18"] {
  width: 18%;
}

[data-progress="40"] {
  width: 40%;
}

[data-progress="62"] {
  width: 62%;
}

[data-progress="66"] {
  width: 66%;
}

[data-progress="70"] {
  width: 70%;
}

[data-progress="84"] {
  width: 84%;
}

[data-progress="91"] {
  width: 91%;
}

[data-progress="100"] {
  width: 100%;
}

.donut[data-chart="fixed-costs"] {
  background: conic-gradient(#315e77 0 48%, #efb625 48% 70%, #7ca8bd 70% 87%, #d8dfda 87%);
}

.legend-row i[data-swatch="payroll"] {
  background: #315e77;
}

.legend-row i[data-swatch="utilities"] {
  background: #efb625;
}

.legend-row i[data-swatch="logistics"] {
  background: #7ca8bd;
}

.legend-row i[data-swatch="other"] {
  background: #d8dfda;
}
