body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

/* Mode clair */
[data-bs-theme="light"] #cryptoTable tbody tr:nth-of-type(odd) td:nth-child(-n + 5) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Mode sombre */
[data-bs-theme="dark"] #cryptoTable tbody tr:nth-of-type(odd) td:nth-child(-n + 5) {
  background-color: rgba(255, 255, 255, 0.05);
}

.td-trend,
th {
  font-size: small;
}

.td-trend,
.list-group-item {
  font-size: 0.95rem;
}
