diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4dddeb3..62a929e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffafa; - --card: #fff7f7; - --foreground: #1a0000; - --primary-cta: #b82b40; + --background: #fef08a; + --card: #fef9e7; + --foreground: #1a1600; + --primary-cta: #000000; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #fef9e7; --secondary-cta-text: #250c0d; - --accent: #d4337f; - --background-accent: #f5c4c7; + --accent: #ca8a04; + --background-accent: #eab308; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);