fix: increase base font-weight to 500 for Manrope readability

Manrope at weight 400 is thinner than Open Sans was, making small body
text hard to read. Bumping to 500 matches Rivet.dev's usage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nicholas Kissel 2026-03-09 17:26:31 -07:00
parent bf3df519e4
commit 0e4a44f1f3
2 changed files with 2 additions and 0 deletions

View file

@ -52,6 +52,7 @@
body {
color: var(--text);
font-family: 'Manrope', system-ui, sans-serif;
font-weight: 500;
font-size: 13px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;

View file

@ -36,6 +36,7 @@
body {
@apply bg-black text-white antialiased;
font-family: 'Manrope', system-ui, sans-serif;
font-weight: 500;
}
/* Text selection - matches rivet.dev */