diff --git a/conservancy/static/css/conservancy.css b/conservancy/static/css/conservancy.css index 0ae3710e..aad7d150 100644 --- a/conservancy/static/css/conservancy.css +++ b/conservancy/static/css/conservancy.css @@ -14,7 +14,6 @@ p, li { p { font-size: 1.1rem; - font-weight: 375; } h1, h2, h3, h4, h5, h6 { @@ -913,7 +912,7 @@ body { sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1.125rem; - font-weight: 400; + font-weight: 375; color: var(--black); } @@ -1741,7 +1740,6 @@ Court Case Page Styles (MT/2025) .case-content p { font-size: 1.1rem; line-height: 1.42; - font-weight: 375; margin-top: 7px; } @@ -1858,4 +1856,4 @@ Court Case Page Styles (MT/2025) .toggle-section .summary-title { display: block; /* No extra indent needed, padding on summary handles it */ -} \ No newline at end of file +}