6 Commits

Author SHA1 Message Date
ef4c02ea4c Merge version_3 into main
Merge version_3 into main
2026-03-06 14:15:15 +00:00
07ce23eb11 Update src/app/styles/variables.css 2026-03-06 14:14:53 +00:00
a6386b25a7 Update src/app/layout.tsx 2026-03-06 14:14:53 +00:00
725763fc5f Merge version_2 into main
Merge version_2 into main
2026-03-06 14:12:52 +00:00
6f5246e8ef Update src/app/styles/variables.css 2026-03-06 14:12:47 +00:00
ab18f5bad2 Update src/app/layout.tsx 2026-03-06 14:12:47 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #e6f2ff;
--card: #d9ebff;
--foreground: #001a4d;
--primary-cta: #0052cc;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #4d94ff;
--background-accent: #1f69ff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);