diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 558d1ef..70401a7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #737373;; --background-accent: #737373;; */ - --background: #080000;; - --card: #1e0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff7a7a;; - --primary-cta-text: #080000;; - --secondary-cta: #1e0909;; - --secondary-cta-text: #ffe6e6;; - --accent: #7b4242;; - --background-accent: #65292c;; + --background: #e3deea;; + --card: #ffffff;; + --foreground: #27231f;; + --primary-cta: #27231f;; + --primary-cta-text: #e3deea;; + --secondary-cta: #ffffff;; + --secondary-cta-text: #27231f;; + --accent: #c68a62;; + --background-accent: #c68a62;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);