5 Commits

Author SHA1 Message Date
bb842e6859 Update theme fonts 2026-06-12 23:28:40 +00:00
f2c62ac268 Update theme fonts 2026-06-12 23:28:40 +00:00
2509db79fb Update theme fonts 2026-06-12 23:28:24 +00:00
574b8f2f9c Update theme fonts 2026-06-12 23:28:23 +00:00
8b5db7e87e Update theme colors 2026-06-12 23:28:00 +00:00
2 changed files with 9 additions and 5 deletions

View File

@@ -43,12 +43,16 @@ export const metadata: Metadata = {
}; };
const libreBaskerville = Libre_Baskerville({ const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"], variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"], weight: ["400", "700"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", subsets: ["latin"], variable: "--font-inter",
subsets: ["latin"],
}); });
export default function RootLayout({ export default function RootLayout({

View File

@@ -13,12 +13,12 @@
--background: #f5f5f5; --background: #f5f5f5;
--card: #ffffff; --card: #ffffff;
--foreground: #1c1c1c; --foreground: #1c1c1c;
--primary-cta: #341f51; --primary-cta: #1f3251;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #6139e6; --accent: #15479c;
--background-accent: #b3a8e8; --background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);