:root {
  --niuma-kill: #5fdd5f;
  --niuma-death: #dd5f5f;
  --niuma-assist: #6c8cff;
  --niuma-win: #5fdd5f;
  --niuma-loss: #dd5f5f;
  --niuma-accent: #6c8cff;
}

.stat-k {
  color: var(--niuma-kill);
}

.stats-table td.stat-k,
.detail-table td.stat-k,
td.stat-k {
  color: var(--niuma-kill);
}

.stat-d {
  color: var(--niuma-death);
}

.stats-table td.stat-d,
.detail-table td.stat-d,
td.stat-d {
  color: var(--niuma-death);
}

.stat-a {
  color: var(--niuma-assist);
}

.stats-table td.stat-a,
.detail-table td.stat-a,
td.stat-a {
  color: var(--niuma-assist);
}

.stat-win {
  color: var(--niuma-win);
}

.stats-table td.stat-win,
.detail-table td.stat-win,
td.stat-win {
  color: var(--niuma-win);
}

.stat-loss {
  color: var(--niuma-loss);
}

.stats-table td.stat-loss,
.detail-table td.stat-loss,
td.stat-loss {
  color: var(--niuma-loss);
}

.stat-k,
.stat-d,
.stat-a,
.stat-win,
.stat-loss {
  font-weight: 600;
}
