/*
 * css/custom.css
 *
 * Site-specific one-off overrides — things that don't belong in the core
 * CSS files because they are document-specific or workarounds.
 *
 * Everything else has been merged into content.css, header.css, and
 * responsive.css where it belongs.
 */

/* ── Document-specific link size ─────────────────────────────────────────────
 * Used on documents that have been given the class "wu85-link" in the editor.
 * ──────────────────────────────────────────────────────────────────────────── */

.document-content.page-body-inner p.wu85-link a {
    font-size: 120%;
}
