/* span-c.css — styling untuk teks chord */
.chord {
  color: #4eff6b;
  font-weight: 700;
  cursor: help;
  font-family: monospace;
}

.chord:hover {
  text-decoration: underline;
  color: #7aff90;
}
