diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 82ec06a..58f2af2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #106EFB; + --background: #fff8f0; + --card: #fffbf5; + --foreground: #1a0f06; + --primary-cta: #d97706; --primary-cta-text: #f7f6f7; - --secondary-cta: #f9f9f9; + --secondary-cta: #fffbf5; --secondary-cta-text: #250c0d; - --accent: #106EFB; - --background-accent: #e2e2e2; + --accent: #f59e0b; + --background-accent: #fcd34d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);