/*
Theme Name: Toto Grooming
Theme URI: https://toto-gruming.clients.site/
Author: Toto Grooming Studio
Author URI: https://toto-gruming.clients.site/
Description: Современная, яркая и анимированная тема WordPress для зоосалона и груминг-студии «Тото груминг». Интерактивный главный экран, плавные скролл-анимации, каталог услуг с фильтрами, команда мастеров, отзывы и контакты — готово к работе сразу после установки.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toto-grooming
Tags: custom-menu, featured-images, translation-ready, one-column, threaded-comments, theme-options

Toto Grooming WordPress Theme, Copyright 2026
Toto Grooming is distributed under the terms of the GNU GPL v2 or later.
*/

/* Base resets live here; full design system is enqueued from assets/css/main.css */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

button {
	font-family: inherit;
	cursor: pointer;
}
