diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9bb9b45..414eba1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000a18; - --primary-cta: #c5a059; + --background: #02040a; + --card: #0a0f1e; + --foreground: #e0f2fe; + --primary-cta: #06b6d4; --primary-cta-text: #ffffff; - --secondary-cta: #000a18; + --secondary-cta: #1e293b; --secondary-cta-text: #ffffff; - --accent: #c5a059; - --background-accent: #000a18; + --accent: #0891b2; + --background-accent: #0c4a6e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);