diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 08f7d12..ba21cbe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #ebe8de; - --foreground: #1a1a1a; - --primary-cta: #2d5a47; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #0B3D2E; --primary-cta-text: #ffffff; - --secondary-cta: #f5f4ef; + --secondary-cta: #f9f9f9; --secondary-cta-text: #1C1C1C; - --accent: #d4a574; - --background-accent: #2d5a47; + --accent: #D4AF37; + --background-accent: #0B3D2E; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);