/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*{
box-sizing:border-box;
}

html,body{
margin:0;
padding:0;
background:#0a0f1f;
color:white;
font-family:Inter,Arial,sans-serif;
min-height:100%;
}

a{
color:inherit;
text-decoration:none;
}

input,textarea,button{
font:inherit;
}

button{
cursor:pointer;
}

::-webkit-scrollbar{
width:8px;
}

::-webkit-scrollbar-thumb{
background:#1f2937;
border-radius:999px;
}

