/*
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ı. Harici eklenti ve CDN bağımlılığı yoktur; fontlar ve ikonlar tema içinde barınır. Gelişmiş Tema Paneli, Bölüm Yöneticisi, UX Bloklar ve tek tıkla demo yükleyici dahildir.
Version: 1.6.2
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; }
