6 Commits

Author SHA1 Message Date
7c6033bcb1 Update src/app/styles/variables.css 2026-04-24 17:56:52 +00:00
41aae4b92f Update src/app/page.tsx 2026-04-24 17:56:52 +00:00
d830ab2199 Merge version_5 into main
Merge version_5 into main
2026-04-24 17:56:23 +00:00
f24d8fabb9 Update theme colors 2026-04-24 17:56:20 +00:00
2ddf6737f6 Merge version_4 into main
Merge version_4 into main
2026-04-24 17:56:07 +00:00
34aea9c292 Merge version_3 into main
Merge version_3 into main
2026-04-24 17:51:01 +00:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #1d4ed8;
--primary-cta-text: #f5f5f5;
--secondary-cta: #f96b2f;
--secondary-cta-text: #1c1c1c;
--accent: #f96b2f;
--background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);