diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9e16496..ffc6688 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #020617;; - --card: #0f172a;; - --foreground: #e2e8f0;; - --primary-cta: #c4d8f9;; - --secondary-cta: #041633;; - --accent: #2d30f3;; - --background-accent: #1d4ed8;; */ + /* --background: #fafffb;;; + --card: #f7fffa;;; + --foreground: #001a0a;;; + --primary-cta: #0a7039;;; + --secondary-cta: #ffffff;;; + --accent: #a8d9be;;; + --background-accent: #6bbf8e;;; */ - --background: #020617;; - --card: #0f172a;; - --foreground: #e2e8f0;; - --primary-cta: #c4d8f9;; - --secondary-cta: #041633;; - --accent: #2d30f3;; - --background-accent: #1d4ed8;; + --background: #fafffb;;; + --card: #f7fffa;;; + --foreground: #001a0a;;; + --primary-cta: #0a7039;;; + --secondary-cta: #ffffff;;; + --accent: #a8d9be;;; + --background-accent: #6bbf8e;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);