/* Callsigns bewust niet vet: duidelijker onderscheid tussen O en 0 */
.ds-call,
.ds-status-head h3,
.ds-node b,
.ds-heard strong,
.ds-result header strong,
.ds-map-info h3,
.ds-pin span{
  font-weight:500!important;
  letter-spacing:.035em;
  font-variant-numeric:slashed-zero;
  font-feature-settings:"zero" 1;
}
.ds-status-head h3 em{font-weight:600}

/* Ook callsigns die als technische waarde in een resultaat staan. */
.ds-result-grid b,
.ds-route b{
  font-variant-numeric:slashed-zero;
  font-feature-settings:"zero" 1;
}
