@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#334155;background-color:#f8fafc;margin:0;font-family:Poppins,sans-serif}h1,h2,h3{color:#0f172a}article table{border-collapse:collapse;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;margin:25px 0;font-size:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}article table th,article table td{text-align:left;border:1px solid #e2e8f0;padding:14px 16px}article table th{color:#1e293b;text-transform:capitalize;background-color:#f1f5f9;font-weight:600}article table tr:nth-child(2n){background-color:#f8fafc}footer{color:#94a3b8;text-align:center;background:#0f172a;margin-top:50px;padding:40px}.card,.hero{border-radius:25px!important}html{scroll-behavior:smooth}.toc{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin:20px 0;padding:20px}.toc ul{padding-left:20px;list-style-type:decimal}.toc a{color:#2563eb;text-decoration:none}
