/*
Theme Name: Dental Clinic Abroad
Theme URI: https://dentalclinicabroad.com/
Author: Dental Clinic Abroad
Description: A fast, accessible full-site-editing block theme built for dental tourism clinics. Ships treatment, clinic and testimonial content types, medical schema, and conversion-focused patterns. No page builder, no jQuery, no external font or script requests.
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Version: 0.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dca
Tags: full-site-editing, block-patterns, blog, one-column, accessibility-ready, custom-colors, custom-logo, custom-menu, editor-style, featured-images, template-editing, translation-ready
*/

/*
 * Block themes take their styling from theme.json.
 * Only rules that theme.json genuinely cannot express belong here.
 * Everything else — colour, spacing, typography — goes in theme.json
 * so the Site Editor stays the single source of truth.
 */

/* Respect the OS "reduce motion" setting site-wide. */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
