<script>
	export let foo = { baritone: 5 }
</script>
<style>
	h1 {
		background-color: var(--bazitone);
	}
</style>
<h1>multiple {foo}</h1>