.text-body {
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.5;
}

.text-meta {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--color-text-muted);
}

.text-nav {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    line-height: 1.4;
    padding: var(--space-s);
}

.text-small {
    font-size: 0.875rem;
    line-height: 1.4;
}
