diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index eaea985..a5d1e76 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdf7f7; - --card: #ffffff; - --foreground: #4a3b4c; - --primary-cta: #c17a94; - --primary-cta-text: #ffffff; - --secondary-cta: #e6d5d5; - --secondary-cta-text: #4a3b4c; - --accent: #d8c7e0; - --background-accent: #f3e6e8; + --background: #080000; + --card: #1e0d0d; + --foreground: #ffe6e6; + --primary-cta: #ff7a7a; + --primary-cta-text: #080000; + --secondary-cta: #1e0909; + --secondary-cta-text: #ffe6e6; + --accent: #7b4242; + --background-accent: #65292c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);