@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*::-webkit-scrollbar{width:0.5rem;}*::-webkit-scrollbar-track{background:#fff7ef;}
*::-webkit-scrollbar-thumb{background:#ccc;transition:all 0.3s;}*::-webkit-scrollbar-thumb:hover{background:#aaa;}
:root{--theme-font:'Outfit', sans-serif;}
a{text-decoration:none;}
*{font-family:var(--theme-font);}
.header{background:#fff;}
body {background: #fff;}
button{font-family:var(--theme-font)!important;}
.nooutline{outline:0;}
