5 Commits

Author SHA1 Message Date
0ea8ef5f76 Update src/app/styles/variables.css 2026-04-02 19:22:09 +00:00
d2cf68b0fb Merge version_2 into main
Merge version_2 into main
2026-04-02 19:02:59 +00:00
858e09d78c Update src/app/styles/variables.css 2026-04-02 19:02:56 +00:00
cfac9169ee Update src/app/page.tsx 2026-04-02 19:02:56 +00:00
6c81ecfaf5 Merge version_1 into main
Merge version_1 into main
2026-04-02 19:01:21 +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: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #ffffff;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);