From 25630bcb4e27bbd91ca416575a3e22c04a0589b7 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Apr 2026 11:50:21 +0000 Subject: [PATCH] style: scope heading rules and fix rem baseline regression Review feedback fixes: - Move base font-size off so the browser-default 16px root is preserved and all rem-based sizing across the app stays unchanged. - Scope h1-h6 typography to .page-wrapper/.component-wrapper/.markdown so Material dialog titles, mat-card-title, mat-toolbar, etc. are never silently overridden by bare-tag rules. - Drop text-rendering: optimizeLegibility; it has measurable cost on long scrollable lists and is unnecessary with modern smoothing. - Drop dead