<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins');
p, h1, h2, h3 {
font-family: poppins, sans-serif;
color: #414141;
}
p {
font-family: poppins, sans-serif;
font-size: 14px
}
.plot-d6a7b5 {
max-width: 80%
}
text {
font-size: calc(11px + 0.590625vw)
}
[aria-label="text"] {
font-family: poppins, sans-serif;
font-size: 15px;
}
[aria-label="y-axis tick label"] {
font-family: poppins, sans-serif;
}
:where(.plot-d6a7b5-swatches) {
font-family: poppins, sans-serif;
font-size: 14px;
}
:where(.plot-d6a7b5 text), {
white-space: pre;
font-family: poppins,sans-serif;
}
:where(.plot-d6a7b5) {
--plot-background: white;
font-family: poppins, sans-serif;
}
rect:nth-of-type(n):hover {
fill: #ffb322;
stroke: #ffb322;
filter: drop-shadow(0 0 0.75rem #ffb322);
}
figure > h2 {
font-family: poppins, sans-serif;
font-size: 25px;
}
figure > h3 {
font-family: poppins, sans-serif;
font-size: 20px;
}
[aria-label="x-axis label"] {
font-size:0;
}
g[aria-label="tip"] {
font-size: 13px;
color: black;
fill: white;
opacity: .8;
}
[aria-label="tip"] {
border-radius: 30px;
border: 1px black solid;
}
</style>