diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2c47c7d..68b6a13 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #1f4035; - --foreground: #ffffff; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #0F3D2E; --primary-cta: #D4AF37; --primary-cta-text: #ffffff; - --secondary-cta: #0d2b1f; + --secondary-cta: #f9f9f9; --secondary-cta-text: #0F3D2E; - --accent: #10b981; - --background-accent: #10b981; + --accent: #8FBF9F; + --background-accent: #0F3D2E; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);