/*
Theme Name: Custom HTML WordPress Theme
Theme URI: https://example.com/custom-html-wordpress-theme
Author: Custom Build
Author URI: https://example.com
Description: WordPress-тема, згенерована на основі готової HTML-сторінки «Меморіал» (памʼятники + гранітні стільниці). Логотип і фото у Hero-секції — фірмовий слон компанії «Граніт Галичина», фотографії у каталозі та фільтрі категорій взяті з наданого каталогу памʼятників.
Version: 2.6.1
Requires at least: 6.0
Tested up to: 6.6
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: custom-html-wordpress-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
The full stylesheet lives in assets/css/app.css and is loaded via wp_enqueue_style().
This file only carries the required WordPress theme header comment above,
plus a tiny reset so the site never renders unstyled before app.css loads.
*/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}
