/* minimal reset */
*,
*::before,
*::after { box-sizing: border-box; }
html,body { height:100%; }
body { margin:0; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; line-height:1.4; color:#e9eef5; background:#061219;}
img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
ul{list-style:none;padding:0;margin:0;}
button{font:inherit;}
