atlasStyle = html`
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400&display=swap" rel="stylesheet">
<style>
.exo2 {
font-family: 'Exo 2' !important;
}
${removeStyleTags(fontStyle)}
${removeStyleTags(buttonStyle)}
${removeStyleTags(radioButtonStyle)}
</style>
`