/*
Theme Name: genpower
Theme URI: https://gp.local/
Description: Корпоративная block-тема GenPower — главная и шапка без page-builder.
Author: genpower
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genpower
UpdateURI: false
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-menu, custom-logo, editor-style, wide-blocks
*/

/* Дополнительные правки — в gp-home.css (главная) или в редакторе сайта. */

body {
	font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* +50px к левому отступу: PHP-шаблоны (каталог) и fallback theme-compat. */
body:not(.gp-front-page) .gp-inner-header,
body:not(.gp-front-page) .gp-site-footer,
body:not(.gp-front-page) .gp-php-header .gp-inner-header,
body:not(.gp-front-page) .gp-php-footer .gp-site-footer,
#header,
#headerimg,
#footer {
	padding-left: calc(var(--wp--preset--spacing--50, 30px) + 50px) !important;
}
