/*
Theme Name: Advokat Dnepr
Theme URI: https://lawdnepr.dp.ua/
Author: Адвокат Днепр
Author URI: https://lawdnepr.dp.ua/
Description: Услуги адвоката в Днепре
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Installation of engineering systems
*/

/* Базовые сбросы, чтобы Elementor полностью управлял версткой */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
}
