styles = html`
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap" rel="stylesheet">
<style>
svg * {
font-family: 'Lato', sans-serif;
}
#axisGroup text.startYear, #axisGroup text.endYear {
font-weight: 600;
font-size: 0.9rem;
}
</style>
`