diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 577d754..b895526 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; - --secondary-cta: #ecebea; - --accent: #ffffff; - --background-accent: #ffffff; */ - - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --card: #331a52; + --foreground: #000000; + --primary-cta: #000000; --secondary-cta: #ffffff; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #800080; + --background-accent: #800080; */ + + --background: #000000; + --card: #331a52; + --foreground: #000000; + --primary-cta: #000000; + --secondary-cta: #ffffff; + --accent: #800080; + --background-accent: #800080; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);