diff --git a/src/app/globals.css b/src/app/globals.css index 5305da7..c545127 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; + /* --background: #e0f7fa;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; */ + --foreground: #004d40;; + --primary-cta: #009688;; + --secondary-cta: #00796b;; + --accent: #00bfa5;; + --background-accent: #b2ebf2;; */ - --background: #f5f5f5;; + --background: #e0f7fa;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; + --foreground: #004d40;; + --primary-cta: #009688;; + --secondary-cta: #00796b;; + --accent: #00bfa5;; + --background-accent: #b2ebf2;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);