diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a859b88..dc2e7c2 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: #ede8dc; - --foreground: #0f2218; - --primary-cta: #0f2218; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #f5f0e8; - --secondary-cta: #f5f0e8; + --secondary-cta: #ffffff; --secondary-cta-text: #0f2218; - --accent: #c9a84c; - --background-accent: #c4dbc9; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);