2 Commits

Author SHA1 Message Date
5052e911f0 Update theme fonts 2026-04-21 16:45:11 +00:00
5f365ac8cc Update theme fonts 2026-04-21 16:45:10 +00:00
2 changed files with 14 additions and 10 deletions

View File

@@ -20,7 +20,11 @@ export const metadata: Metadata = {
},
};
const sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"] });
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
});
export default function RootLayout({
children,

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #F5F1EA;
--card: #ffffff;
--foreground: #0F0F0F;
--primary-cta: #C6A76E;
--primary-cta-text: #0F0F0F;
--secondary-cta: #3E4A3F;
--secondary-cta-text: #F5F1EA;
--accent: #C6A76E;
--background-accent: #EAE5DC;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);