diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d8651bc..7fc9340 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #04225d; - --card: #001122; - --foreground: #ffffff; - --primary-cta: #15479c; + --background: #0B1D3A; + --card: #132D55; + --foreground: #FFFFFF; + --primary-cta: #00A8FF; --primary-cta-text: #ffffff; - --secondary-cta: #1e293b; + --secondary-cta: #FFFFFF; --secondary-cta-text: #e31b1b; - --accent: #04225D; - --background-accent: #1e3a8a; + --accent: #00A8FF; + --background-accent: #153A70; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);