6 Commits

Author SHA1 Message Date
55f0de0424 Update theme fonts 2026-04-24 04:40:54 +00:00
12fba8ebfc Update theme fonts 2026-04-24 04:40:54 +00:00
c6738b10e0 Update theme colors 2026-04-24 04:38:46 +00:00
a2b524babb Update theme colors 2026-04-24 04:38:25 +00:00
9d44adf892 Update theme colors 2026-04-24 04:38:16 +00:00
33edb8cb67 Update theme colors 2026-04-24 04:38:08 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ export const metadata: Metadata = {
},
};
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],

View File

@@ -10,9 +10,9 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--background: #003929;
--card: #f9f9f9;
--foreground: #000f06e6;
--foreground: #ffffff;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;