3 Commits

Author SHA1 Message Date
60c1ac9618 Update src/app/styles/variables.css 2026-04-21 04:15:58 +00:00
922e871d89 Update src/app/page.tsx 2026-04-21 04:15:58 +00:00
17156eab6e Merge version_2 into main
Merge version_2 into main
2026-04-21 04:14:00 +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);