.tickLabel { font-family: "Inconsolata", monospace; font-weight: 800; fill: var(--label); } .line:hover { filter: drop-shadow(0 0 calc(4rem / 16) var(--primary-accent)); } .wrapper { display: flex; width: min-content; } .legend { display: flex; margin: calc(16rem / 8); justify-content: center; }