Update src/app/styles/variables.css

This commit is contained in:
2026-03-03 07:57:12 +00:00
parent 3be21bce78
commit 3cb354c826

View File

@@ -2,15 +2,15 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #0f0a05;
--card: #1a1410;
--foreground: #f5ede4;
--primary-cta: #d4af37;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000000;
--primary-cta: #cc0000;
--primary-cta-text: #0f0a05;
--secondary-cta: #2a1f15;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #f5ede4;
--accent: #8b6f47;
--background-accent: #3d2817;
--accent: #000000;
--background-accent: #f0f0f0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);