diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 96d7fc5..539ce00 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0F0F0F; - --card: #2A2A2A; - --foreground: #F8F8F8; - --primary-cta: #C9A14A; - --primary-cta-text: #0F0F0F; - --secondary-cta: #F8F8F8; - --secondary-cta-text: #0F0F0F; - --accent: #C9A14A; - --background-accent: #C9A14A; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; + --primary-cta-text: #f5f5f5; + --secondary-cta: #ffffff; + --secondary-cta-text: #1c1c1c; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);