/* Ludwig Favre — Photo Stories
   Minimal, editorial typography. Inherits site fonts but applies a fine-art
   reading rhythm. Override .lf-story in your theme to match your brand. */

.lf-story {
    max-width: 720px;
    color: #1a1a1a;
    font-feature-settings: "kern" 1, "liga" 1;
}

.lf-story__tagline {
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6a6a6a;
    margin: 0 0 1.25rem 0;
    font-weight: 500;
}

.lf-story__body {
    font-size: 16px;
    line-height: 1.75;
    color: #2a2a2a;
}

.lf-story__body p {
    margin: 0 0 1.1em 0;
}

.lf-story__signature {
    margin-top: 1.75rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    color: #8a8a8a;
    font-style: italic;
}

/* Inline links inside the body — no underline, inherit color, gentle hover only. */
.lf-story__body a,
.lf-story__body a:link,
.lf-story__body a:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: 0;
}

.lf-story__body a:hover {
    color: #555;
    text-decoration: none;
}

@media (max-width: 600px) {
    .lf-story__body {
        line-height: 1.7;
    }
}
