Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-10 03:13:06 +00:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F7F7F5;
--card: #FFFFFF;
--foreground: #0B0B0B;
--primary-cta: #22C55E;
--primary-cta-text: #FFFFFF;
--secondary-cta: #6B7280;
--secondary-cta-text: #F7F7F5;
--accent: #22C55E;
--background-accent: #F5E5D5;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);