diff --git a/src/styles/globals.css b/src/styles/globals.css
index c07fa8921528be71438d2ccd09498af763512f99..83b76cb67af7c33dc70990b868505b62595f18d6 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -3,21 +3,16 @@
 @tailwind utilities;
 
 :root {
-  --background: #ffffff;
-  --foreground: #171717;
-}
-
-@media (prefers-color-scheme: dark) {
-  :root {
-    --background: #0a0a0a;
-    --foreground: #ededed;
-  }
+  --background: #2d2926;
+  --foreground: #ededed;
 }
 
 body {
   color: var(--foreground);
   background: var(--background);
-  font-family: Lato, Tahoma, sans-serif;
+  font-family: Bitstream Vera Sans, Tahoma, sans-serif;
+  font-size: 0.9em;
+  padding: 1em;
 }
 
 @layer utilities {