style = html`
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:ital@0;1&display=swap">
<style>
body, svg, div {
font-family: Lato, sans-serif;
/* font-size: 48px; */
}
.tooltip {
font-family: Lato, sans-serif;
padding: 7px;
background: rgb(187, 187, 187, 0.6);
border: 2px;
border-style: solid;
border-radius: 2px;
pointer-events: none;
}
</style>
`