/*
Theme Name: Kayseri Anahtar Teslim Ev
Theme URI: https://kayseriprefabrik.com
Author: Kayseri Anahtar Teslim Ev
Author URI: https://kayseriprefabrik.com
Description: Kayseri Anahtar Teslim Ev için gelişmiş ürün detayları, fiyat kademeleri, galeri, teknik özellikler, dahil-hariç hizmetler, UX blokları, ana sayfa bölüm yöneticisi ve demo aktarımı içeren profesyonel WordPress teması.
Version: 1.1.4
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kayseri-anahtar-teslim-ev
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

: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, -apple-system, 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; }
