/*
Theme Name: Chiconet
Theme URI: https://example.org/chiconet
Author: Chiconet
Author URI: https://example.org
Description: A WordPress NGO theme for empowering the neglected boychild in Kenyan slums (Kibera).
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: chiconet
Tags: charity, non-profit, responsive, accessibility
*/
body { font-family: 'Open Sans', Arial, sans-serif; margin:0; padding:0; color:#222; }
.site-header { background:#004AAD; color:#fff; padding:20px; }
.site-footer { background:#002a66; color:#fff; padding:20px; }
.hero { background: linear-gradient(90deg, rgba(41,171,135,0.9), rgba(0,74,173,0.85)); color:white; padding:60px 20px; text-align:center; }
.container { max-width:1100px; margin:0 auto; padding:20px; }
.btn { display:inline-block; padding:12px 18px; border-radius:6px; background:#FFD700; color:#002a66; text-decoration:none; font-weight:700; }
