/*
Theme Name: Dekoline Prime
Theme URI: https://dekolineprime.com
Author: Dekoline Prime
Author URI: https://dekolineprime.com
Description: Dekoline Prime — Fon ve Tül perde koleksiyonları için Elementor uyumlu, SEO odaklı, hızlı ve animasyonlu kurumsal tema. Bayi yönetimi, iletişim havuzu ve CSV dışa aktarma özellikleriyle gelir.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: dekoline-prime
Tags: business, curtains, elementor, one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, translation-ready
*/

/* Base reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--dp-font, 'Inter', 'Segoe UI', Tahoma, sans-serif);
    color: var(--dp-text, #2b2b2b);
    background: var(--dp-bg, #fafaf7);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--dp-primary, #9a7b4f); }
button { font-family: inherit; cursor: pointer; }
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    height: 1px; width: 1px;
    overflow: hidden;
}
