diff --git a/frontend/styles/base.css b/frontend/styles/base.css index 1c9f8a73..52f316ae 100644 --- a/frontend/styles/base.css +++ b/frontend/styles/base.css @@ -20,9 +20,17 @@ body, margin: 0; } -body { +body, +button, +input, +optgroup, +select, +textarea { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; +} + +body { font-size: 16px; line-height: 1.5; margin: 0;