/* External stylesheet so display:contents is allowed by style-src 'self'
   (inline style attributes cannot use CSP nonces). */
#sveltekit-body {
	display: contents;
}
