diff --git a/app/layout.tsx b/app/layout.tsx
index f7bd3fb..ad137e7 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -2,6 +2,8 @@ import type { Metadata } from "next";
import "./styles/globals.css";
import { GeistSans } from "geist/font/sans";
+import { ColorModeScript } from "@chakra-ui/react";
+import { theme } from "./styles/theme";
import { Providers } from "./providers";
import { GoogleAnalytics } from "@next/third-parties/google";
import IconLink from "./components/IconLink";
@@ -29,14 +31,15 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
-
+