body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at top, #f8f4ef, #f1ebe3);
    color: #2f241c;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.container {
    max-width: 980px;
    padding: 48px;
}

h1 {
    font-family: 'Spectral', serif;
    font-size: 72px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.fact {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.5;
    color: #2f241c;
    opacity: 1;
    transition: opacity 1.2s ease;
}

.sub {
    margin-top: 28px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b625a;
}

.edition {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;

    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: #6b625a;

    margin-top: -10px;
    margin-bottom: 32px;
}