/**
 * hana+nils · Büro für Gestaltung
 * https://hananils.de · buero@hananils.de
 */

.secondary dl {
    font-size: var(--text-size-small);
    line-height: var(--text-line-small);
}

/* @question:  Should this move to app.typography.css as it's the same as .content .secondary h3, line 269? */
.secondary dl dt {
    margin-top: 1.7rem;
    margin-bottom: -0.1rem;
    padding: 0;
    padding-top: 0.1rem;
    font-size: var(--text-size-small);
    font-weight: var(--text-weight-bold);
    font-variant: small-caps;
    line-height: var(--text-line-small);
    letter-spacing: 0.05em;
    text-transform: lowercase;
}

.secondary dl:first-child dt:first-of-type {
    margin-top: 0;
}

.secondary .on-leave {
    margin-top: 1.7rem;
}

.secondary dd,
.secondary p {
    max-width: 40rem;
}
