diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e56061f..63296e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e34400; + --background: #f0f7ff; + --card: #e8f2ff; + --foreground: #001f4d; + --primary-cta: #0066cc; --primary-cta-text: #f7f6f7; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; - --accent: #ff7b05; - --background-accent: #e34400; + --accent: #b3d9ff; + --background-accent: #7da3d9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);