:root {
    color-scheme: light;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f8f7f4;
    color: #1e1e1e;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    display: grid;
    min-height: 100svh;
    place-items: center;
    padding: 2rem;
}

main {
    text-align: center;
}

.domain {
    margin: 0;
    font-size: clamp(2rem, 7vw, 4.5rem);
    font-weight: 650;
    letter-spacing: -0.045em;
}

.status {
    margin: 1rem 0 0;
    color: #6a6863;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
}
