<h1>Testing Styles</h1>
<h2>Testing Styles 2</h2>
<div>Testing Styles 3</div>
<script>export const b = 2;</script>
<style>
	h1 {
		--replace-me-once: red;
	}
	h2 {
		--replace-me-twice: green;
	}
	div {
		--keep-me: blue;
	}
</style>