diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 13ef4fe..5749c24 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --card: #e0f7fa;; + --foreground: #004d40;; + --primary-cta: #009688;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; */ + --accent: #b2ebf2;; + --background-accent: #4db6ac;; */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --background: #e0f7fa;; + --card: #e0f7fa;; + --foreground: #004d40;; + --primary-cta: #009688;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #b2ebf2;; + --background-accent: #4db6ac;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);