diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 2572243..edac91d 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -1,6 +1,6 @@ import type { Metadata, Viewport } from "next"; import { Space_Grotesk, DM_Sans, IBM_Plex_Mono } from "next/font/google"; -import "@bytelyst/design-tokens/css"; +import "@bytelyst/design-tokens/css/notelett"; import "./globals.css"; import { Providers } from "./providers"; import { PRODUCT_NAME } from "@/lib/product-config";