3 Commits

Author SHA1 Message Date
a1e055f33f Update theme fonts 2026-05-07 16:50:31 +00:00
755fababd5 Update theme fonts 2026-05-07 16:50:31 +00:00
52e002a127 Update theme colors 2026-05-07 16:49:21 +00:00
3 changed files with 4 additions and 7 deletions

View File

@@ -21,10 +21,7 @@ export const metadata: Metadata = {
},
};
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
@@ -38,7 +35,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body className={`${dmSans.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-manrope), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
}

View File

@@ -11,7 +11,7 @@
--background-accent: #ffffff; */
--background: #fff7e6;
--card: #f9f9f9;
--card: #5C2E00;
--foreground: #2a1a07;
--primary-cta: #a9b04b;
--primary-cta-text: #ffffff;