:root {
    color-scheme: dark;
    background-color: rgb(24, 40, 57);
    color: #f5f0e8;
    font-family: "Inter", sans-serif;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.landing {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    text-align: center;
}

.wordmark {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(64px, 13vw, 132px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.025em;
}

.message {
    margin: 28px 0 0;
    color: #c6cdd4;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
}
