/* ── blog.vishnumuthu.com — Light theme · Orange & Gold ── */
:root {
  --brand:        #F59E0B;
  --brand-dark:   #D97706;
  --brand-accent: #1E3A8A;
  --bg:           #F2F4F7;
  --surface:      #FFFFFF;
  --surface2:     #F5F7FA;
  --border:       #E2E8F0;
  --text:         #1A202C;
  --heading:      #0F172A;
  --text-muted:   #64748B;
  --danger:       #EF4444;
  --success:      #22C55E;
  --shadow:       0 2px 16px rgba(0,0,0,.07);
}
html, body { background: #F2F4F7 !important; color: #1A202C !important; }
