style = html`<style>
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap");
body {
font-family: 'Montserrat Alternates', sans-serif;
font-weight:400;
font-size:16px;
background-color:#e6ebe0;
}
svg {
background-color:#e6ebe0;
}
/*Defining test stylings*/
h1 {
margin-top: 0;
font-size: 2.5rem;
color:#f20666;
margin-buttom: 0;
font-weight:600;
}
h2 {
margin-top: 50;
font-size: 2rem;
margin-buttom: 50;
color:#f20666;
font-weight:600;
}
h3 {
margin-top: 30;
font-size: 1.2rem;
margin-buttom: 30;
color:#f20666;
font-weight:600;
}
h4 {
font-size: 0.5rem;
}
h5 {
font-size: 0.2rem;
}
h6 {
font-size: 0.1rem;
}
a, a:visited {
text-decoration: underline;
color:#f20666;
font-size: 1rem;
}
/*Defining chart stylings*/
circle {
fill-opacity:0.5;
}
/*Defining axis stylings*/
.y-axis text, .x-axis text {
font-family:'Montserrat Alternates', sans-serif;
font-weight:400;
font-size:10px;
opacity:1;
fill:#495867;
}
.x-axis path {
fill:none;
stroke-width:0;
stroke-opacity:1;
stroke:#495867;
}
.y-axis path {
fill:none;
stroke-width:0;
stroke-opacity:1;
stroke:#495867;
}
.y-axis line {
fill:none;
stroke-width:1;
stroke-opacity:1;
stroke:#495867;
stroke-dasharray:2;
}
.x-axis line {
fill:none;
stroke-width:0;
stroke-opacity:1;
stroke:#495867;
stroke-dasharray:2;
}
</style>`