@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden!important;max-width:100vw}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100%}body{font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden;width:100%;max-width:100%;position:relative;background:linear-gradient(135deg,#f7f9fb,#e8f0f7);background-attachment:fixed}#root{width:100%;overflow-x:hidden;max-width:100vw}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}a,button{transition:all .3s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#003b73;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#002a54}section,main,header,footer,nav,div{max-width:100vw;overflow-x:hidden}img{max-width:100%;height:auto;display:block}
