body {
    font-family: Inter, Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

.page-kicker {
    color: var(--accent-2);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.page-title {
    color: var(--text);
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    font-weight: 750;
    line-height: 1.12;
}

.page-description {
    color: var(--text-muted);
    font-size: .98rem;
}

.section-title {
    color: var(--text);
    font-size: 1rem;
    font-weight: 720;
}

.section-label {
    display: block;
    margin-bottom: .62rem;
    color: #d9e2ef;
    font-size: .96rem;
    font-weight: 720;
}

.mono,
.log-viewer,
code,
pre {
    font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}
