html`<style>
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;700&display=swap');
svg {
display:block;
background-color: ${background};
}
text {
font-size:20x;
text-anchor: end;
font-family: "Jura";
font-weight: 800;
opacity: 1;
text-transform: uppercase;
fill: ${textcolor};
}
text.header{
font-size:33px;
font-family: "Jura";
font-weight: 900;
text-transform: uppercase;
opacity: 1;
}
text.subheader{
font-size:28px;
font-family: "Jura";
font-weight: 900;
text-transform: uppercase;
opacity: 1;
}
text.title{
font-size:20px;
font-family: "Jura";
font-weight: 900;
text-transform: uppercase;
}
text.arc_label {
font-size:20px;
text-anchor: end;
alignent-baseline: central;
font-family: "Jura";
font-weight: 800;
}
text.legend_label {
font-size:12px;
text-anchor: middle;
alignent-baseline: central;
font-family: "Jura";
font-weight: 700;
}
text.legend_data {
font-size:11px;
text-anchor: start;
alignent-baseline: central;
font-family: "Jura";
font-weight: 600;
text-transform: uppercase;
fill: ${textcolor};
}
</style>
`