diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 95062d5..e803843 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #006D67; - --card: #005F5A; - --foreground: #F5F5F5; - --primary-cta: #D4AF37; - --primary-cta-text: #000000; - --secondary-cta: #F5F5F5; - --secondary-cta-text: #000000; - --accent: #D4AF37; - --background-accent: #007A74; + --background: #fafffb; + --card: #ffffff; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; + --secondary-cta: #ffffff; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);