From d2e2099f960247aedb31b44503dd0f2b13a86a32 Mon Sep 17 00:00:00 2001 From: Tim Thomas <0800tim@gmail.com> Date: Fri, 5 Jun 2026 14:16:15 +1200 Subject: [PATCH] style(brand): wordmark size 1.7rem, FWC2026 sub 0.5em Tim 2026-06-05 settled on the Saira weight 300 mark from the previous swap and picked the final sizes via DevTools: > Yes, let's go with that, but make the font size 1.7rem. > and vt-appbar-wordmark-sub 0.5em * .vt-appbar-wordmark: 1.1rem -> 1.7rem (much bigger logotype). * .vt-appbar-wordmark-sub (the FWC2026 caption): 0.62em -> 0.5em, so the caption stays subordinate to the larger wordmark instead of growing proportionally. The 56px appbar row still has headroom because Saira at weight 300 is vertically compact; if a future locale or longer brand string pushes overflow we can dial back. Drawer brand name kept at 1.1rem -- it has its own breathing room and didn't need the hero-scale bump. Signed-off-by: Tim Thomas <0800tim@gmail.com> --- apps/web/components/shell/shell.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/components/shell/shell.css b/apps/web/components/shell/shell.css index 368e5195..be79e08b 100644 --- a/apps/web/components/shell/shell.css +++ b/apps/web/components/shell/shell.css @@ -273,14 +273,14 @@ font-variation-settings: normal !important; text-transform: none; letter-spacing: 0.005em; - font-size: 1.1rem; + font-size: 1.7rem; } .vt-appbar-wordmark-sub { /* "FWC2026" subtitle next to the brand wordmark. Reads as a - * mono caption in muted gold so the Archivo Black wordmark - * stays the primary mark. */ + * mono caption in muted gold so the Saira wordmark stays the + * primary mark. */ font-family: ui-monospace, Menlo, Monaco, monospace; - font-size: 0.62em; + font-size: 0.5em; font-weight: 600; letter-spacing: 0.08em; color: var(--vt-gold-400, #dca94b);