fixed rsmv title
diff --git a/styles/globals.css b/styles/globals.css
index 42628a9..39711f9 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -1,3 +1,6 @@
+@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
+
+
 html, body {
   padding: 0;
   margin: 0;
@@ -13,7 +16,7 @@
   --page-background: #ffffff;
   --link-color: #6576CC;
   --hint-color: #f1f1f1;
-  
+
   background-color: var(--page-background);
 }
 
@@ -59,7 +62,7 @@
 
 * {
   box-sizing: border-box;
-  font-family: 'Roboto', sans-serif;
+  font-family: 'Rubik', sans-serif;
   scroll-behavior: smooth;
 }