* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Inter, Arial, sans-serif;
    background: #0f1724;
    color: #e8eef7;
}

body {
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

svg {
    display: block;
    max-width: 100%;
}

[hidden] {
    display: none !important;
}