diff --git a/src/app/globals.css b/src/app/globals.css index fff2e81..6c6c1ae 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,19 +6,19 @@ /* --background: #060000;; --card: #1d0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff3d4a;; + --foreground: #fffae6;; + --primary-cta: #fde047;; --secondary-cta: #1f0a0a;; - --accent: #ffd700;; - --background-accent: #ffb300;; */ + --accent: #fde047;; + --background-accent: #664d0f;; */ --background: #060000;; --card: #1d0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff3d4a;; + --foreground: #fffae6;; + --primary-cta: #fde047;; --secondary-cta: #1f0a0a;; - --accent: #ffd700;; - --background-accent: #ffb300;; + --accent: #fde047;; + --background-accent: #664d0f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);