.material-symbols-outlined {
      font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
      line-height: 1;
    }
.status-line[data-tone="warning"] {
  color: #b45309;
  font-weight: 700;
}

.status-line[data-tone="overdue"] {
  color: #dc2626;
  font-weight: 800;
}
