/*
Theme Name: CMP Prefabrik
Theme URI: https://cmprefabrik.com
Author: CM Prefabrik
Author URI: https://cmprefabrik.com
Description: CMP Prefabrik için özel olarak tasarlanmış modern, SEO uyumlu ve tam özelleştirilebilir WordPress teması. Prefabrik çelik yapılar, bungalov evler ve ahşap dekorasyon projelerine özel.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cmp-prefabrik
Tags: construction, prefabrik, building, responsive, seo-optimized, customizer, turkish
*/

/* Ana değişkenler */
:root {
    --color-primary: #E8A020;
    --color-primary-dark: #C8861A;
    --color-primary-light: #F5BE5A;
    --color-secondary: #1a2744;
    --color-secondary-light: #243360;
    --color-dark: #111827;
    --color-text: #374151;
    --color-text-light: #6B7280;
    --color-bg: #F9FAFB;
    --color-white: #ffffff;
    --color-border: #E5E7EB;
    --font-primary: 'Inter', sans-serif;
    --font-heading: 'Archivo', sans-serif;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 40px rgba(0,0,0,0.15);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.2);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
