Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-04-21 04:16:02 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbf9f4;
--card: #fdfdfd;
--foreground: #1a1a1a;
--primary-cta: #c8102e;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #1a1a1a;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #f39c12;
--background-accent: #fdf5e6;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);