/*
Theme Name: ISPAR Theme
Theme URI: https://www.perioperativeallergy.com/
Author: ISPAR Group
Author URI: https://www.perioperativeallergy.com/
Description: Accessible block theme for the International Suspected Perioperative Allergic Reaction Group.
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.1
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ispar-theme
Tags: block-patterns, block-styles, custom-colors, custom-logo, editor-style, full-site-editing, wide-blocks
*/

/*
 * Most visual rules live in theme.json and assets/css/theme.css.
 * Keeping this file light preserves the WordPress theme header and provides
 * a safe fallback before the main stylesheet is enqueued.
 */

html {
	scroll-behavior: smooth;
}

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