@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--blue:#1a8fe3;--blue-dark:#0d5fa3;--blue-light:#4baef0}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:#070c14;color:#e8f4fd;font-family:DM Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#0b1220}::-webkit-scrollbar-thumb{background:#0d5fa3;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#1a8fe3}::selection{background:rgba(26,143,227,.25)}