/*
 Theme Name: Kakerubaby Child (EVERY / No-Code)
 Theme URI: https://kakerubaby.com/
 Description: No-code child theme for TCD 'EVERY' (every_tcd075). Unified brand colors, fonts, and footer via admin settings.
 Author: Hiroko + Ezekiel
 Version: 1.1.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags: child-theme, nocode, branding
 Text Domain: kakerubaby-child
 Template: every_tcd075
*/
:root{
  --kb-fg:#0f172a;
  --kb-bg:#ffffff;
  --kb-muted:#6b7280;
  --kb-accent: var(--kakeru-accent, #2563eb);
  --kb-accent-2: var(--kakeru-accent-2, #f59e0b);
}
body{color:var(--kb-fg);}
.kb-footer{margin-top:32px; background:var(--kb-fg); color:#fff;}
.kb-footer .inner{max-width:1200px; margin:0 auto; padding:20px; display:grid; grid-template-columns: 1fr auto; gap:12px; align-items:center;}
.kb-footer a{color:#fff; text-decoration:none; opacity:.95}
.kb-footer .social a{margin-left:10px; opacity:.85}
.kb-footer .social a:hover{opacity:1}
.kb-cta{display:inline-block; padding:12px 18px; border-radius:10px; background:var(--kb-accent); color:#fff; text-decoration:none; font-weight:700;}
