/*
Theme Name: Доброе дело
Description: Нативная WordPress-тема для сайта патронажной службы «Доброе дело».
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: dobroe-delo
*/

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

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

button,
input,
select,
textarea {
	font: inherit;
}
