/*
Theme Name:        Yediveren Mutfak
Theme URI:         https://yediverenmutfak.com
Author:            Yediveren Mutfak Yazılım Ekibi
Author URI:        https://yediverenmutfak.com
Description:       Yemek tarifleri ile e-ticareti bir araya getiren premium, hızlı ve tam responsive WordPress + WooCommerce teması. Tarif videoları, malzeme listeleri, favoriler ve tarifte kullanılan ürünlerin otomatik satışını destekler.
Version:            1.0.0
Requires at least:  6.0
Tested up to:        6.6
Requires PHP:        8.2
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        yediveren-mutfak
Domain Path:        /languages
Tags:               food-and-drink, e-commerce, custom-menu, custom-logo, featured-images, translation-ready, threaded-comments, sticky-post, theme-options, rtl-language-support
*/

/* =============================================================
   Bu dosya sadece WordPress'in tema başlığını okuması içindir.
   Gerçek stiller performans için assets/css/main.css içinde
   tutulur ve wp_enqueue_style ile yüklenir (inc/enqueue.php).
   Boş bırakılmamalı: WordPress bazı gömülü blok stillerini
   (core block support) bu dosyaya da yazabilir; bu yüzden
   temel resetleri burada da tanımlıyoruz.
   ============================================================= */

:root{
    --ym-green:        #536F24;
    --ym-green-dark:    #354B17;
    --ym-green-light:  #EAEFDD;
    --ym-cream:        #F7F3EB;
    --ym-cream-dark:    #EFE8D8;
    --ym-text:          #171717;
    --ym-text-light:    #5C5C57;
    --ym-white:        #FFFFFF;
    --ym-border:        #E6E1D3;
    --ym-star:          #E8A83C;
    --ym-danger:        #B23B2E;
    --ym-radius-lg:      18px;
    --ym-radius-md:      12px;
    --ym-radius-sm:      6px;
    --ym-radius-btn:      8px;
    --ym-shadow:        0 4px 20px rgba(23, 23, 23, 0.06);
    --ym-shadow-hover:  0 12px 32px rgba(23, 23, 23, 0.12);
    --ym-font:          'Inter', Arial, Helvetica, sans-serif;
    --ym-font-heading:  Georgia, 'Times New Roman', serif;
    --ym-max-width:      1440px;
}

*, *::before, *::after{ box-sizing: border-box; }

body{
    font-family: var(--ym-font);
    color: var(--ym-text);
    background: var(--ym-white);
    margin: 0;
}

h1, h2, h3, .ym-font-heading{
    font-family: var(--ym-font-heading);
}

img{ max-width: 100%; height: auto; display: block; }
a{ text-decoration: none; color: inherit; }
ul{ list-style: none; margin: 0; padding: 0; }
button{ font-family: var(--ym-font); cursor: pointer; }
