:root 
{
  --bg: #ffffff;
  --text: #0a0a0a;
  --muted: #6b7280;
  --card: #ffffff;
  --border: #e5e7eb;
  --primary: #111827;
  --primary-contrast: #ffffff;
  /* Align brand and wrap with Blogs site */
  --brand: #111827;
  --radius: 16px;
  --shadow: 0 8px 24px rgba(0,0,0,.08);
  --wrap: min(1200px, 94vw);
}

[data-theme="dark"] 
{
  --bg: #0b0b0c;
  --text: #e5e7eb;
  --muted: #9ca3af;
  --card: #111214;
  --border: #1f2937;
  --primary: #f9fafb;
  --primary-contrast: #0a0a0a;
  /* Match Blogs blue accent */
  --brand: #2563eb;
  --shadow: 0 12px 36px rgba(0,0,0,.6);
}
