From e6bd0973eaa07049d862f7e6a122e7ac7188eb00 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:35:36 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 436c872..c0aac75 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,8 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import "./styles/variables.css"; -import "./styles/base.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Apex Digital", description: "Digital experiences that drive growth"}; @@ -18,7 +14,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}