6 Commits

Author SHA1 Message Date
2ad04b6306 Update theme fonts 2026-04-28 21:28:20 +00:00
74d6289e04 Update theme fonts 2026-04-28 21:28:20 +00:00
b7f4182ed7 Update theme fonts 2026-04-28 21:28:07 +00:00
5cc1549164 Update theme fonts 2026-04-28 21:28:06 +00:00
644e2c3050 Update theme colors 2026-04-28 21:26:45 +00:00
f0de2d5d0e Update theme colors 2026-04-28 21:26:34 +00:00
3 changed files with 21 additions and 12 deletions

View File

@@ -19,7 +19,16 @@ export const metadata: Metadata = {
},
};
const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"] });
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export default function RootLayout({
children,
@@ -29,7 +38,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${openSans.variable} antialiased`}>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<Tag />
{children}
<script

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #050012;
--card: #040121;
--foreground: #f0e6ff;
--primary-cta: #c89bff;
--primary-cta-text: #050012;
--secondary-cta: #1d123b;
--secondary-cta-text: #f0e6ff;
--accent: #684f7b;
--background-accent: #65417c;
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);