diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5f144b6..7973cee 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #f7fffa; - --foreground: #001a0a; - --primary-cta: #0a7039; + --background: #fdf2f2; + --card: #fceaea; + --foreground: #4a0404; + --primary-cta: #991b1b; --primary-cta-text: #fafffb; - --secondary-cta: #ffffff; + --secondary-cta: #fceaea; --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #f87171; + --background-accent: #fecaca; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);