Neem Juice: Uses, Benefits, Side Effects, and More!
Neem Juice: Benefits, Uses & Precautions
:root{
--brand-green:#0ea96f;
--text-dark:#1f2937;
--text-light:#4b5563;
--bg-light:#f9fafb;
--accent-bg:#ecfdf5;
--border:#e5e7eb;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{
font-family:'Inter',sans-serif;
background:var(--bg-light);
color:var(--text-dark);
...