@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{background:#f4f1eb;font-family:DM Sans,-apple-system,sans-serif;color:#2c2c2c}#root,body,html{min-height:100vh}.tool-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}@media (max-width:1000px){.tool-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f4f1eb}::-webkit-scrollbar-thumb{background:#e8e4dc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#7a7a7a}