style(nav): wordmark 'Project' in Newsreader to match 'Bifrost'

.wordmark-project was Manrope 500 — visually a sans-serif label next to
a serif-italic gradient noun. Switches to Newsreader 400 so the
wordmark reads as one continuous editorial mark, with the italic +
gradient on 'Bifrost' doing the visual lift instead of a family contrast.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Hvid 2026-05-12 11:30:10 +02:00
parent 39996ab93e
commit 7403d805cd

View file

@ -130,9 +130,9 @@ const year = new Date().getFullYear();
line-height: 1;
}
.wordmark-project {
font-family: var(--font-sans);
font-family: var(--font-serif);
font-size: var(--text-body-md);
font-weight: 500;
font-weight: 400;
color: var(--on-surface);
letter-spacing: 0;
}