
:root{
   --bg:#ffffff;
   --ink:#0f1720;
   --muted:#6b7178;
   --accent:#1E2029;
   --accent-2:#2b2f36;
   --glass:rgba(15,23,32,0.06);
   --maxw:1100px;
   --radius:10px;
   font-family: "Outfit", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
   scroll-behavior: smooth;
   text-decoration: none;
   }
*{box-sizing:border-box; text-decoration: none}
body{margin:0;background:var(--bg);color:var(--ink);line-height:1.45}
.wrap{max-width:var(--maxw);margin:36px auto;padding:0 20px}