/* Hepsi Market Theme — Tema-özgü CSS custom properties
   Hepsiburada tarzı marketplace: turuncu primary, koyu lacivert secondary.
   Temel stiller assets/css/style.css'den; layout.php inline :root override'ı da var.
*/

body.theme-hepsi {
    --color-primary:   #ff6600;
    --color-secondary: #1a1a2e;
    --color-accent:    #f59e0b;
    --color-bg:        #f3f4f6;
    --color-text:      #111827;
}
