Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 04:27:26 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--background: #f8f8f8;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--foreground: #2c2c2c;
--primary-cta: #5A2C76;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #000f06e6;
--accent: #159c49;
--background-accent: #a8e8ba;
--secondary-cta: #f8f8f8;
--secondary-cta-text: #2c2c2c;
--accent: #CC3366;
--background-accent: #e3e3e3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);