/* Legal pages: Privacy Policy, Terms of Use */
.page .legal-h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 1.5em 0 0.5em;
    color: var(--text);
    font-family: var(--font);
}

.page .legal-h2:first-of-type {
    margin-top: 0;
}

.page .legal-hr {
    border: none;
    border-top: 1px solid var(--border);
    margin: 1.25em 0;
}

.page ul {
    margin: 0.5em 0 1em;
    padding-left: 1.5em;
    font-family: var(--serif);
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(16, 17, 20, .92);
}

.page li {
    margin-bottom: 0.35em;
}

.page .legal-content p {
    font-size: 1rem;
    line-height: 1.65;
}
