* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background: #0b0614;
    color: #fff;
    min-height: 100vh;
}

h1, h2 {
    font-weight: 700;
}

p {
    opacity: 0.85;
}
