<script>
let name = 'world';
</script>
<style>
:global(*),
:global(*::before),
:global(*::after) {
box-sizing: border-box;
}:global(:root) {
-moz-tab-size: 4;
tab-size: 4;
}:global(html) {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}:global(body) {
margin: 0;
}:global(body) {
font-family:
system-ui,
-apple-system, /* Firefox supports this but not yet `system-ui` */
'Segoe UI',
Roboto,
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji';
}:global(hr) {
height: 0; /* 1 */
color: inherit; /* 2 */
}:global(abbr[title]) {
text-decoration: underline dotted;
}:global(b),
:global(strong) {
font-weight: bolder;