/* ── TYPOGRAPHY ── */

h1,
h2,
h3 {
    font-family: "Orbitron", monospace;
    font-weight: 700;
    color: var(--white);
}

p {
    font-family: "Inter", monospace;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(210, 210, 210, 0.9);
}

.flow > * + * {
    margin-top: 1em;
}
