Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-09 18:12:25 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0a0a0a;
--foreground: #ffffff;
--primary-cta: #c5a059;
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #000000;
--secondary-cta: #ff1a1a;
--secondary-cta: #ffffff;
--secondary-cta-text: #ffffff;
--accent: #c5a059;
--background-accent: #1a0000;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);