2 Commits

Author SHA1 Message Date
e554f30744 Update src/app/globals.css 2025-12-26 10:31:08 +00:00
7f3a9b9d88 Update src/app/globals.css 2025-12-26 10:28:32 +00:00

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #1a0d0d;
--card: #2a201d;
--foreground: #ffe8e0;
--primary-cta: #ff3d4a;
--secondary-cta: #1f0a0a;
--accent: #7b2d2d;
--background-accent: #b8111f;
--background: #0a0600;
--card: #1d0d0b;
--foreground: #ffe6d5;
--primary-cta: #ffae00;
--secondary-cta: #1f0a00;
--accent: #7b5337;
--background-accent: #b8400c;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);