/*
Theme Name: Infradecoded Child
Theme URI:  https://infradecoded.com
Author:      Infradecoded
Description: Child theme for Infradecoded (Astra parent, WPBakery-ready)
Template:    astra
Version:     1.0.0
*/

@import url("../astra/style.css");

:root {
  --brand-1: #0b1220;
  --brand-2: #0072ce;
  --muted: #6b7280;
}

body {
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #1e293b;
  background: #f8fafc;
  line-height: 1.6;
}

.site-header { background: var(--brand-1); color: #fff; }
.entry-title { color: var(--brand-1); font-weight: 700; }
.entry-meta { color: var(--muted); font-size: 0.9rem; }
.lead { font-size: 1.1rem; color: #334155; }
.hero-feature { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.article-sidebar { background:#fff; padding:20px; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.05); }
