/*
Theme Name: Çalışkan Prefabrik PRO
Theme URI: https://caliskanprefabrik.com.tr
Author: Çalışkan Prefabrik
Author URI: https://caliskanprefabrik.com.tr
Description: Çalışkan Prefabrik PRO. Gelişmiş tema paneli, ürün/proje yönetimi, çoklu galeriler, fiyat paketleri, dahil-hariç alanları, dinamik yan butonlar ve Çalışkan Site Control PRO veri uyumluluğu.
Version: 4.0.0
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-prefabrik
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; }
