Update src/app/globals.css

This commit is contained in:
2025-12-26 15:11:37 +00:00
parent 2c32aebca2
commit 99148f90fe

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fafafa; --background: #fafffb;
--card: #f4f4f5; --card: #f7fffa;
--foreground: #27272a; --foreground: #001a0a;
--primary-cta: #3f3f46; --primary-cta: #0a7039;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--accent: #facc15; --accent: #a8d9be;
--background-accent: #eab308; --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);