Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-31 12:07:23 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--background: #000000;
--card: #1a0a0a;
--foreground: #ffffff;
--primary-cta: #ff7b05;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta: #1a0a0a;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--accent: #ff4500;
--background-accent: #e34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);