Update src/app/styles/variables.css

This commit is contained in:
2026-03-03 18:46:00 +00:00
parent 8524cbc1b8
commit 88c639d6cb

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #faf8f5;;
--card: #fff9f7;;
--foreground: #1a1410;;
--primary-cta: #d4949b;;
--secondary-cta: #fff9f7;;
--accent: #c9b5a8;;
--background-accent: #d4949b;; */
/* --background: #f5f1ec;;
--card: #faf7f3;;
--foreground: #3d3530;;
--primary-cta: #b89968;;
--secondary-cta: #faf7f3;;
--accent: #c9a781;;
--background-accent: #e8d4be;; */
--background: #faf8f5;;
--card: #fff9f7;;
--foreground: #1a1410;;
--primary-cta: #d4949b;;
--background: #f5f1ec;;
--card: #faf7f3;;
--foreground: #3d3530;;
--primary-cta: #b89968;;
--primary-cta-text: #1a1410;;
--secondary-cta: #fff9f7;;
--secondary-cta: #faf7f3;;
--secondary-cta-text: #1a1410;;
--accent: #c9b5a8;;
--background-accent: #d4949b;;
--accent: #c9a781;;
--background-accent: #e8d4be;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);