diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7884bb3..7b7eff5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #481f1f; - --foreground: #ffffff; - --primary-cta: #ffffff; + --background: #0f0f0f; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #d4af37; --primary-cta-text: #280101; - --secondary-cta: #361311; + --secondary-cta: #8b8b8b; --secondary-cta-text: #f6d4d4; - --accent: #51000b; - --background-accent: #ff2231; + --accent: #d4af37; + --background-accent: #2a2a2a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);