diff --git a/src/style.css b/src/style.css
index d7cde99..2af8256 100644
--- a/src/style.css
+++ b/src/style.css
@@ -27,6 +27,7 @@ body {
 	min-height: 100vh;
 	/* speocifically for mobile when keyboard is open */
 	position: relative;
+	font-weight: 500;
 	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
 		sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
 	-webkit-font-smoothing: antialiased;
@@ -50,6 +51,10 @@ textarea {
 	box-sizing: border-box;
 	max-width: 100%;
 }
+input,
+textarea {
+	font-weight: 500;
+}
 
 [role='button'] {
 	cursor: pointer;