/*
Theme Name: Desen Dekorasyon
Theme URI: https://desendekorasyon.com
Author: Desen Dekorasyon
Description: Desen Dekorasyon icin ozel olarak gelistirilmis WooCommerce temasi. Saksi, sulama kani ve bahce urunleri satisi icin tasarlanmistir.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: desen-dekorasyon
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, translation-ready
WC requires at least: 8.0
WC tested up to: 9.0
*/

/* =========================================================
   RENK PALETI (60/30/10 kurali)
   ========================================================= */
:root{
    /* Bu degerler PHP tarafinda dinamik olarak Customizer'dan
       da guncellenebilir (bkz. inc/customizer-output-css.php).
       Buradaki degerler varsayilan (default) degerlerdir. */
    --color-primary-bg: #F9F5F0;   /* %60 - Ana arka plan (acik krem) */
    --color-secondary: #A58F7A;    /* %30 - Ikincil renk (toprak/bej) */
    --color-accent: #2E1E14;       /* %10 - Vurgu rengi (koyu kahve) */

    --color-text-dark: #333941;
    --color-text-light: #F9F5F0;
    --color-text-muted: #6b5d4f;

    --color-border: #e4dcd1;
    --color-white: #ffffff;
    --color-sale: #A58F7A;

    /* Tipografi */
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;

    /* Layout */
    --container-max: 1320px;
    --container-padding: 24px;
    --radius-sm: 4px;
    --radius-md: 8px;

    /* Gecisler */
    --transition-fast: 0.2s ease;
    --transition-medium: 0.4s ease;
}

::selection {
	color: var(--color-primary-bg);
    background-color: var(--color-accent);
}
