/*
Theme Name:   WSite Child
Theme URI:    https://websitesi.site
Template:     astra
Author:       websitesi.site
Description:  Astra child temasi. Sektor renk tokenlari + WhatsApp uyumu + kurulum sihirbazi ile otomatik marka. Her sektor klonu bu temayi kullanir; renk sectors.json'dan gelir.
Version:      0.1.0
License:      GPL-2.0-or-later
Text Domain:  wsite-child
*/

/* Marka renk degiskenleri functions.php tarafindan :root'a enjekte edilir. */
:root {
	--wsite-primary: #1e3a5f;
	--wsite-accent:  #3b82f6;
}

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

/* Astra buton rengini marka aksanina bagla (kaba, tema ayari yoksa fallback). */
.ast-button, .button, button, .wp-block-button__link {
	background-color: var(--wsite-accent);
	border-color: var(--wsite-accent);
}
