/*
Theme Name: Realty Facts
Theme URI: https://realtyfacts.local
Author: Muhammad Amjad Butt
Description: Complete Modern Emerald & Cyan Realty Q&A, Blog, and Multi-page WordPress theme.
Version: 1.5.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: realtyfacts
*/

: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;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: var(--bg); color: var(--text); font-family: 'Inter', system-ui, -apple-system, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }
