@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c33104;border-radius:4px;-webkit-transition:all .2s ease;transition:all .2s ease}::-webkit-scrollbar-thumb:hover{background:#e54d16}*{scrollbar-width:thin;scrollbar-color:#c33104 #f1f1f1}