diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 67bfc5b..459c1cf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,22 +3,22 @@ /* --vw is set by ThemeProvider */ /* --background: #f7f6f7;; - --card: #faf9fb;; - --foreground: #2d3e52;; - --primary-cta: #6b9fd9;; - --secondary-cta: #f5f3f7;; - --accent: #b8d9f0;; - --background-accent: #d4e4f0;; */ + --card: #faf9f7;; + --foreground: #52423d;; + --primary-cta: #d9956b;; + --secondary-cta: #f7f5f3;; + --accent: #f0d9b8;; + --background-accent: #f0e4d4;; */ - --background: #faf8fb;; - --card: #faf9fb;; - --foreground: #2d3e52;; - --primary-cta: #6b9fd9;; + --background: #fbf8f5;; + --card: #faf9f7;; + --foreground: #52423d;; + --primary-cta: #d9956b;; --primary-cta-text: #f7f6f7;; - --secondary-cta: #f5f3f7;; + --secondary-cta: #f7f5f3;; --secondary-cta-text: #0c1325;; - --accent: #b8d9f0;; - --background-accent: #d4e4f0;; + --accent: #f0d9b8;; + --background-accent: #f0e4d4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);