diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ae1f08f..f143d0b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #0a7039; + --background: #0a0a0a; + --card: #171717; + --foreground: #f5f5f5; + --primary-cta: #ffffff; --primary-cta-text: #ffffff; - --secondary-cta: #f6f0e9; + --secondary-cta: #262626; --secondary-cta-text: #2b180a; - --accent: #b8a27d; - --background-accent: #c4b5a3; + --accent: #404040; + --background-accent: #171717; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);