I need to add some custom styles into <head> tag from component. But there is no <Head> component in Astro that would be similar to Next's or SvelteKit's. Is there any way to make it possible without property drilling everywhere. Some global variable or whatever