diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1a64798..5f144b6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfdfd; - --card: #f8f9fc; - --foreground: #0a192f; - --primary-cta: #0070f3; - --primary-cta-text: #ffffff; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; + --primary-cta-text: #fafffb; --secondary-cta: #ffffff; - --secondary-cta-text: #0a192f; - --accent: #00d4ff; - --background-accent: #e1e8ef; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);