diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7bc3afa..84bc960 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #e7e9f0;;; - --card: #0a0f1a;;; - --foreground: #e0f2ff;;; - --primary-cta: #00c8ff;;; - --secondary-cta: #4aa8d8;;; - --accent: #00e5ff;;; - --background-accent: #005f99;;; */ + /* --background: #f5f4ef;;;; + --card: #dad6cd;;;; + --foreground: #2a2928;;;; + --primary-cta: #2a2928;;;; + --secondary-cta: #ecebea;;;; + --accent: #ffffff;;;; + --background-accent: #c6b180;;;; */ - --background: #e7e9f0;;; - --card: #0a0f1a;;; - --foreground: #e0f2ff;;; - --primary-cta: #00c8ff;;; - --primary-cta-text: #05080f;;; - --secondary-cta: #4aa8d8;;; - --secondary-cta-text: #ffffff;;; - --accent: #00e5ff;;; - --background-accent: #005f99;;; + --background: #f5f4ef;;;; + --card: #dad6cd;;;; + --foreground: #2a2928;;;; + --primary-cta: #2a2928;;;; + --primary-cta-text: #f5f4ef;;;; + --secondary-cta: #ecebea;;;; + --secondary-cta-text: #2a2928;;;; + --accent: #ffffff;;;; + --background-accent: #c6b180;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);