/* Blog and Tools retain their layouts and use the Home/article typefaces. */
:root { --display: 'DM Sans', sans-serif; --numeric: 'DM Sans', sans-serif; }
body { font-family: 'DM Sans', sans-serif; }
.article-hero h1 { font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif; font-weight: 600; letter-spacing: -.025em; }
.blog-cluster > h2, .blog-card h2, .blog-card h3 { font-weight: 600; }
/* Keep the footer at the viewport edge when the Tools list is short. */
.tools-page { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; }
.tools-page > main { flex: 1; }
.tools-page > .site-header, .tools-page > .site-footer { flex-shrink: 0; }
