diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index d843f34..94a25f7 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,4 +1,6 @@
-
+
+
+
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6fe62d1..3ac75a3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,101 +1,28 @@
-import Image from "next/image";
+import {Raleway} from "next/font/google";
+
+const raleway = Raleway({subsets: ["latin"]});
+const raleway_heavy = Raleway({subsets: ["latin"], weight: "700"});
+const raleway_button = Raleway({subsets: ["latin"], weight: "600"});
export default function Home() {
return (
-
-
-
-
- -
- Get started by editing{" "}
-
- src/app/page.tsx
-
- .
-
- - Save and see your changes instantly.
-
-
-