7 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
01ddd6ac19 Update theme colors 2026-06-12 23:27:48 +00:00
6825396d74 Update theme colors 2026-06-12 23:27:37 +00:00
2 changed files with 13 additions and 9 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);