diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a6227d9..3ef82f4 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: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #f5f5f5;; - --primary-cta: #dfff1c;; - --secondary-cta: #1a1a1a;; - --accent: #dfff1c;; - --background-accent: #5d6b00;; */ + /* --background: #FDFDFD;; + --card: #F8F7F7;; + --foreground: #2b2b2b;; + --primary-cta: #CEB28F;; + --secondary-cta: #F8F7F7;; + --accent: #EDD2A3;; + --background-accent: #AF8E67;; */ - --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #f5f5f5;; - --primary-cta: #dfff1c;; + --background: #FDFDFD;; + --card: #F8F7F7;; + --foreground: #2b2b2b;; + --primary-cta: #CEB28F;; --primary-cta-text: #0a0a0a;; - --secondary-cta: #1a1a1a;; + --secondary-cta: #F8F7F7;; --secondary-cta-text: #ffffff;; - --accent: #dfff1c;; - --background-accent: #5d6b00;; + --accent: #EDD2A3;; + --background-accent: #AF8E67;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);