/*
Theme Name: Kayseri Prefabrik
Theme URI: https://kayseriprefabrik.com
Author: Kayseri Prefabrik
Author URI: https://kayseriprefabrik.com
Description: Kayseri Prefabrik çelik ve prefabrik yapı kurumsal WordPress teması. Tek tıkla demo yükleyici (One-Click Demo Importer) dahil.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: kayseri-prefabrik
Tags: construction, architecture, prefabricated, corporate, responsive, one-click-demo-import
*/

:root {
  --kp-primary: #1fa463;
  --kp-primary-dark: #168a52;
  --kp-dark: #0f241c;
  --kp-dark-header: #0a1c15;
  --kp-text-dark: #1e293b;
  --kp-text-muted: #64748b;
  --kp-bg-light: #f8fafc;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; color: var(--kp-text-dark); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.kp-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
