/*
Theme Name: Minerva Nocturne
Theme URI: https://hunzundkunz.pantucek.at
Author: Hunz und Kunz
Description: Block theme for hunzundkunz.pantucek.at. Night-sky "Minerva Nocturne" design with owl mascots, built for mobile-first student-party events. Pairs with the Hunz Events plugin for live events, line-up and embedded ticket checkout.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: minerva-nocturne
*/

/* Block themes are styled via theme.json + style files; this file only carries
   the theme header and a few global niceties not expressible in theme.json. */

html {
	scroll-behavior: smooth;
}

::selection {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}
