/* Global reset */

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none; /* for iOS Safari */
	text-size-adjust: none; /* for other mobile browsers */
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

img {
	max-width: 100%;
	height: auto;
}

/* WordPress block editor compatibility */
.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.wp-block-button__link {
	display: inline-block;
	text-align: center;
}
