diff --git a/app/globals.css b/app/globals.css index aace076..b2c5819 100644 --- a/app/globals.css +++ b/app/globals.css @@ -4,8 +4,9 @@ @layer base { :root { + color-scheme: light; /* Light Mode - Smart-Admin Copilot Palette */ - --background: 0 0% 100%; + --background: 210 40% 98%; --foreground: 222 47% 11%; --card: 210 40% 98%; --card-foreground: 222 47% 11%; @@ -41,6 +42,7 @@ } .dark { + color-scheme: dark; /* Dark Mode - Smart-Admin Copilot Palette */ --background: 222 47% 5%; --foreground: 210 40% 98%; diff --git a/app/layout.tsx b/app/layout.tsx index ba3b658..a91ec1e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,16 +1,19 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; +import { Poppins, Geist_Mono } from "next/font/google"; import "./globals.css"; import { Providers } from "./provider"; -const geistSans = Geist({ - variable: "--font-geist-sans", +const poppins = Poppins({ subsets: ["latin"], + weight: ["400", "500", "600", "700", "800", "900"], + variable: "--font-poppins", + display: "swap", }); const geistMono = Geist_Mono({ - variable: "--font-geist-mono", subsets: ["latin"], + variable: "--font-geist-mono", + display: "swap", }); export const metadata: Metadata = { @@ -26,7 +29,7 @@ export default function RootLayout({ return (
+ {description} +
+- {description} -
- - {/* Custom Content */} - {children && ( -- Powerful AI combined with blockchain security. Built for professionals. + +
+ Powerful AI combined with blockchain security.