5 Commits

Author SHA1 Message Date
1c3291f177 Merge version_2 into main
Merge version_2 into main
2026-05-18 07:05:07 +00:00
c1afa55cc7 Update theme fonts 2026-05-18 07:05:04 +00:00
e3e43adf77 Update theme fonts 2026-05-18 07:05:04 +00:00
81298223f2 Merge version_2 into main
Merge version_2 into main
2026-05-18 07:04:33 +00:00
0482382f7f Update theme colors 2026-05-18 07:04:30 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ export const metadata: Metadata = {
description: "Generated by create next app",
};
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--background: #fafffb;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);