body{margin:0;background:#F7F6F3;font-family:'Manrope',sans-serif;-webkit-font-smoothing:antialiased;}
*{box-sizing:border-box;}
::-webkit-scrollbar{width:9px;height:9px;}
::-webkit-scrollbar-thumb{background:#D8D5CD;border-radius:8px;}
a{color:#0B72D6;}
a:hover{color:#095DAF;}
button,input,select,textarea{font-family:inherit;}
@keyframes livepulse{
  0%{box-shadow:0 0 0 0 rgba(21,128,61,0.45);}
  70%{box-shadow:0 0 0 6px rgba(21,128,61,0);}
  100%{box-shadow:0 0 0 0 rgba(21,128,61,0);}
}
input[type=date]{font-family:'JetBrains Mono',monospace;}
