Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-14 20:39:40 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--background: #FFFFFF;
--card: #F5F5F5;
--foreground: #D93025;
--primary-cta: #8CCB2E;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta: #4F8A2A;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
--accent: #E3C233;
--background-accent: #4A4A4A;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);