roboto
diff --git a/styles/globals.css b/styles/globals.css
index 39711f9..bcfd055 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -1,4 +1,4 @@
-@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
 
 
 html, body {
@@ -62,7 +62,7 @@
 
 * {
   box-sizing: border-box;
-  font-family: 'Rubik', sans-serif;
+  font-family: 'Roboto', sans-serif;
   scroll-behavior: smooth;
 }