/*
Theme Name: Reality Facts 4u
Theme URI: https://realityfacts4u.local
Author: Muhammad Amjad Butt
Description: Reality Facts 4u - High conversion informational platform, 6 custom knowledge boxes, Q&A, and knowledge base theme.
Version: 2.5.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: realityfacts4u
*/

:root {
  --bg: #0b0f19;
  --bg2: #111827;
  --card: #151f32;
  --card-hover: #1c2a44;
  --line: #22324d;
  --text: #f3f7fc;
  --muted: #94a3b8;
  --accent: #10b981;
  --accent-hover: #059669;
  --accent-light: rgba(16, 185, 129, 0.12);
  --cyan: #06b6d4;
  --gold: #f59e0b;
  --radius: 12px;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-heading: 'Manrope', 'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: var(--bg); color: var(--text); font-family: var(--font-sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; transition: all 0.2s ease; }
.container { width: min(1180px, 92%); margin: 0 auto; }
