/*
Theme Name: Stroy Catalog
Theme URI: https://test5.ddma.me/
Author: Дмитрий
Description: Учебная тема каталога. Переносим вёрстку страниц в шаблоны WordPress.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: stroycatalog
*/

/* --- база (минимум для читаемости, реальные стили добавляем при переносе страниц) --- */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font: 16px/1.55 -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1a1a1a;
  background: #f5f3f1;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }

.site-header {
  display: flex; align-items: center; gap: 24px;
  padding: 16px 24px; background: #fff; border-bottom: 1px solid #eceae8;
}
.site-header .logo { font-weight: 700; font-size: 20px; text-decoration: none; }
.site-main { max-width: 1180px; margin: 0 auto; padding: 32px 24px; }
.site-footer { max-width: 1180px; margin: 0 auto; padding: 24px; color: #8a8a8a; }
