@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Inter,sans-serif;color:#333;background:#fafafa}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff9800;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#f57c00}