Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-19 15:37:29 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--background: #FFFFFF;
--card: #F5F5F5;
--foreground: #1a1a1a;
--primary-cta: #083E61;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta: #39BDFF;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
--accent: #39BDFF;
--background-accent: #E8F2F8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);