/*
Theme Name: Al-Quran Al-Kareem Portal
Theme URI: https://example.com
Author: Your Team
Description: Native WordPress theme for a complete 114-Surah Quran knowledge portal, with Duas/Azkar, Islamic Articles, Manzil PDF, 30-Juz Index, multi-reciter audio, and per-page SEO controls. Converted from the original AI Studio React app.
Version: 1.5.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: quran-portal
*/

:root{
  --qp-bg:#f6f4ee;
  --qp-green-900:#0b3b2e;
  --qp-green-800:#0f4a3a;
  --qp-green-700:#12563f;
  --qp-gold:#e8b62f;
  --qp-gold-dark:#c99a1f;
  --qp-text:#0b3b2e;
  --qp-muted:#5b6b63;
  --qp-card:#ffffff;
  --qp-border:#dfe6e0;
  --qp-radius:14px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.quran-portal{
  margin:0;
  background:var(--qp-bg);
  color:var(--qp-text);
  font-family:"Segoe UI",Tahoma,Arial,sans-serif;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.qp-container{max-width:1240px;margin:0 auto;padding:0 20px}
.qp-arabic{font-family:"Amiri","Scheherazade New","Traditional Arabic",serif;direction:rtl}
