5 Commits

Author SHA1 Message Date
046a77957b Update src/app/styles/variables.css 2026-03-19 17:10:16 +00:00
ac0ff0c01b Update src/app/page.tsx 2026-03-19 17:10:15 +00:00
4611471057 Merge version_2 into main
Merge version_2 into main
2026-03-19 17:08:18 +00:00
79ea7da0bf Update src/app/styles/variables.css 2026-03-19 17:08:13 +00:00
693dd85491 Merge version_1 into main
Merge version_1 into main
2026-03-19 17:05:58 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -222,4 +222,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #e6f2ff;
--card: #cce6ff;
--foreground: #001166;
--primary-cta: #0052cc;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #ffffff;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--accent: #0052cc;
--background-accent: #0052cc;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);