/*
Theme Name: 3D — three-d
Theme URI: https://3dconstruction.ru
Author: Сергей Пименов
Author URI: https://3dconstruction.ru
Description: Бренд-единая родительская тема «3D» (3D Строй / 3D Dom / 3D Принтеры). Pixel-perfect classic-PHP + theme.json под WordPress 7.0. Якорь — 3dconstruction.ru. Дочерние темы 3dmodul/3dprinter наследуют ядро без переписывания.
Version: 0.1.0
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: three-d
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
 * Visual styles are delivered via assets/css/ (critical inline + deferred main.css),
 * enqueued in inc/enqueue.php. This file carries only the theme header (required by WP)
 * plus a minimal safety reset so an un-styled fallback still renders sanely.
 */

:root {
	color-scheme: light;
}

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	font-family: "Fira Sans", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #141414;
	background: #ffffff;
}

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