diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a44f622..8c620e9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #e3deea;; - --card: #ffffff;; - --foreground: #27231f;; - --primary-cta: #27231f;; - --secondary-cta: #ffffff;; - --accent: #c68a62;; - --background-accent: #c68a62;; */ + /* --background: #1a0d0d;; + --card: #2e1a1a;; + --foreground: #f4d9c7;; + --primary-cta: #c9a876;; + --secondary-cta: #2e1a1a;; + --accent: #d4a574;; + --background-accent: #8b6f47;; */ - --background: #e3deea;; - --card: #ffffff;; - --foreground: #27231f;; - --primary-cta: #27231f;; + --background: #1a0d0d;; + --card: #2e1a1a;; + --foreground: #f4d9c7;; + --primary-cta: #c9a876;; --primary-cta-text: #e3deea;; - --secondary-cta: #ffffff;; + --secondary-cta: #2e1a1a;; --secondary-cta-text: #27231f;; - --accent: #c68a62;; - --background-accent: #c68a62;; + --accent: #d4a574;; + --background-accent: #8b6f47;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);