diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ec237be..c4362cb 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: #f5f8f7; - --foreground: #0a1515; - --primary-cta: #0d9488; + --background: #000000; + --card: #0a1a15; + --foreground: #ffffff; + --primary-cta: #10b981; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #134e4a; - --background-accent: #0f766e; + --accent: #059669; + --background-accent: #10b981; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);