Now I'll update the typography system. I'll switch to Sora for headlines (premium geometric grotesk similar to Satoshi/General Sans), keep Inter for body (excellent readability), and use JetBrains Mono for micro UI (cleaner biotech feel than IBM Plex Mono). I'll also add refined typography styles in globals.css:
Now I'll update globals.css with the refined typography system:
Atualizei o sistema tipografico global para uma estetica premium biotech conforme solicitado. Substitui Space Grotesk por Sora para headlines (geometric grotesk mais refinado e premium), mantive Inter para body text, e troquei IBM Plex Mono por JetBrains Mono para labels/micro UI (mais limpo e futurista). Adicionei letter-spacing negativo para headlines (-0.025em), font-feature-settings para OpenType features premium, text-rendering otimizado, e estilos refinados para uma hierarquia tipografica mais sofisticada. Layout, cores, espacamento e imagens permanecem intocados.
I can see the structure now. The centered branding block starts at line 161 with top-[2%], and the animated cycling HUD element is at line 240 with top-[72%]. The HUD needs to move ABOVE the branding block. I'll reposition it from top-[72%] to a negative position above the branding (around -top-[8%] or similar) and also move the code block above the branding block in the DOM structure.
Now I need to remove the duplicate cycling HUD that was at the bottom (around line 265, which is now shifted due to my edit). Let me find and remove it:
Found the duplicate. I need to remove lines 264-287 (the old cycling HUD that's now at top-[72%]):
Reposicionei o elemento HUD animado de biomarcadores (label ciclico que exibe IMUNIDADE, METABOLISMO, etc.) de top-[72%] para -top-[4%], movendo-o para ACIMA do bloco de branding institucional centralizado. Tambem movi o codigo no DOM para que o HUD apareca antes do branding, estabelecendo a hierarquia visual correta: 1) HUD animado, 2) biohack.s logo, 3) tagline, 4) positioning statement. O branding foi ajustado de top-[2%] para top-[4%] para manter espacamento elegante. Removi o HUD duplicado que estava na posicao antiga.