diff --git a/src/common/styles/root.sass b/src/common/styles/root.sass
index 7c72e8f..36ed5d0 100644
--- a/src/common/styles/root.sass
+++ b/src/common/styles/root.sass
@@ -8,6 +8,7 @@ body, html
   margin: 0
   padding: 0
   min-height: 100vh
+  font-family: 'Roboto', sans-serif
   background: no-repeat $ball1, no-repeat $ball2, no-repeat $ball3, $background
 
 @media (max-width: 873px)