/* Shared style for Remi's World standalone info pages (privacy/terms/faq) */
@import url('/fonts/fonts.css');
* { font-family:'Nunito', sans-serif; }
h1, .logo-text { font-family:'Fredoka','Nunito', sans-serif; }
body { background:#f8fafc; color:#334155; }
.gradient-cyan { background:linear-gradient(135deg,#40E0D0 0%,#00BFFF 50%,#00CED1 100%); }
.prose h2 { font-size:1.5rem; font-weight:800; color:#0e7490; margin:2rem 0 .75rem; }
.prose h3 { font-size:1.15rem; font-weight:700; color:#0f172a; margin:1.25rem 0 .4rem; }
.prose p, .prose li { line-height:1.7; margin-bottom:.6rem; }
.prose ul { list-style:disc; padding-left:1.4rem; margin-bottom:.8rem; }
.prose a { color:#0891b2; text-decoration:underline; }
