diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a72796b..e13322f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F5F0E8; - --card: #3B2314; - --foreground: #1A1008; - --primary-cta: #7B1C2E; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #F5F0E8; - --secondary-cta: #F5F0E8; + --secondary-cta: #efe7dd; --secondary-cta-text: #1A1008; - --accent: #C49A6C; - --background-accent: #C49A6C; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);