diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dc5a5ea..45e88b2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #ff3d4a; + --background: #fef9e7; + --card: #fcf5d8; + --foreground: #2d2416; + --primary-cta: #1f5a96; --primary-cta-text: #f5f5f5; - --secondary-cta: #1a1a1a; + --secondary-cta: #fcf5d8; --secondary-cta-text: #1c1c1c; - --accent: #106efb; - --background-accent: #106efb; + --accent: #ffc107; + --background-accent: #ffc107; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);