3 Commits

Author SHA1 Message Date
de86f2007f Update src/app/styles/variables.css 2026-03-27 09:05:22 +00:00
72ce4bc755 Update src/app/page.tsx 2026-03-27 09:05:21 +00:00
f975e73a7f Merge version_1 into main
Merge version_1 into main
2026-03-27 09:04:08 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcfaf9;
--card: #f4f0ee;
--foreground: #2B1E1A;
--primary-cta: #2B1E1A;
--background: #2e2521;
--card: #3e322d;
--foreground: #fcfaf9;
--primary-cta: #d4c5c0;
--primary-cta-text: #fcfaf9;
--secondary-cta: #ffffff;
--secondary-cta: #2e2521;
--secondary-cta-text: #2B1E1A;
--accent: #d4c5c0;
--background-accent: #a68e86;
--accent: #a68e86;
--background-accent: #2B1E1A;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);