5 Commits

Author SHA1 Message Date
2ba083581e Update src/app/styles/variables.css 2026-05-12 22:33:53 +00:00
a3e0e33662 Merge version_2 into main
Merge version_2 into main
2026-05-12 22:30:54 +00:00
7fdc713d6b Update src/app/styles/variables.css 2026-05-12 22:30:51 +00:00
3e0c4b3044 Update src/app/page.tsx 2026-05-12 22:30:50 +00:00
691909727a Merge version_1 into main
Merge version_1 into main
2026-05-12 22:27:08 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaf8;
--card: #f2efe9;
--foreground: #1a1917;
--primary-cta: #7a6e62;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #ffffff;
--secondary-cta: #fbfaf8;
--secondary-cta: #ecebea;
--secondary-cta-text: #1a1917;
--accent: #dcd8d1;
--background-accent: #b5ae9e;
--accent: #ffffff;
--background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);