/*
Theme Name: Landing Expert
Author: Marina
Description: Коммерческая блочная тема для экспертов, коучей, психологов и консультантов.
Requires at least: 6.6
Requires PHP: 8.0
Version: 1.0.0-dev
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landing-expert
Tags: block-patterns, full-site-editing, style-variations, custom-colors, custom-logo, featured-images
*/

/* Базовые глобальные правила темы. Основная дизайн-система хранится в theme.json и Sass. */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

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