Merge version_2 into main #1

Merged
bender merged 3 commits from version_2 into main 2026-03-02 17:18:49 +00:00
3 changed files with 14 additions and 14 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

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

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #0052b3;;
--primary-cta: #0052b3;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;; */
--accent: #ffffff;;
--background-accent: #e8f4ff;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #0052b3;;
--primary-cta: #0052b3;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #250c0d;;
--accent: #b90941;;
--background-accent: #e8a8b6;;
--accent: #ffffff;;
--background-accent: #e8f4ff;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);