diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2ed104d..5ee36d2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F5F0E8; - --card: #0D1B2A; - --foreground: #0A0A0F; - --primary-cta: #1B2A4A; + --background: #ffffff; + --card: #f5faff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #0A0A0F; - --secondary-cta: #EDE8DC; + --secondary-cta: #ffffff; --secondary-cta-text: #F5F0E8; - --accent: #1B2A4A; - --background-accent: #0A0A0F; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);