@font-face {
    font-family: "Clarika Geo";
    src: url("fonts/clarika-geo-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Clarika Geo";
    src: url("fonts/clarika-geo-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    background: #030712;
    color: #f4f4f5;
    font-family: "Clarika Geo", "Inter", system-ui, sans-serif;
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    background: #111827;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
    max-width: 650px;
    /* margin-top: -40px; */
}

.header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.logo {
    width: 56px;
    height: 56px;
}

h1 {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 0;
}

.description {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #a1a1aa;
    text-align: center;
    margin: 0;
    text-wrap: pretty;
}

.screenshot-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.screenshot {
    width: 820px;
    max-width: 90vw;
    height: auto;
    border-radius: 1.2rem;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
    border: 1.5px solid #23232b;
}
