/*
Theme Name: Bright Path Theme
Author: Bright Path Cleaning Services
Description: A custom block theme for Bright Path Cleaning Services.
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.3.15
Text Domain: brightpath-theme
*/

/*
 * WordPress 6.9+ generates these variables from theme.json radiusSizes.
 * Defining the same values here is a compatibility fallback for WordPress
 * 6.6-6.8, which predates the radius preset registry.
 */
:root {
	--wp--preset--border-radius--small: 0.375rem;
	--wp--preset--border-radius--medium: 0.75rem;
	--wp--preset--border-radius--large: 1.25rem;
	--wp--preset--border-radius--pill: 9999px;
}

body {
	--brightpath-site-gutter: var(--wp--custom--layout--gutter-mobile, 20px);
	--wp--style--root--padding-left: var(--brightpath-site-gutter);
	--wp--style--root--padding-right: var(--brightpath-site-gutter);
	-webkit-font-smoothing: antialiased;
	padding-left: var(--brightpath-site-gutter);
	padding-right: var(--brightpath-site-gutter);
	text-rendering: optimizeLegibility;
}

a {
	text-underline-offset: 0.18em;
}

@media (min-width: 782px) {
	body {
		--brightpath-site-gutter: var(--wp--custom--layout--gutter-tablet, 24px);
	}
}

@media (min-width: 1024px) {
	body {
		--brightpath-site-gutter: var(--wp--custom--layout--gutter-desktop, 32px);
	}
}
