diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7684169..c46884b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d08c9f..42538b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -278,4 +278,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 90ee71e..74e749f 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: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + /* --background: #000802;; + --card: #0b1a0b;; + --foreground: #e6ffe6;; + --primary-cta: #80da9b;; + --secondary-cta: #07170b;; + --accent: #38714a;; + --background-accent: #2c6541;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --background: #000802;; + --card: #0b1a0b;; + --foreground: #e6ffe6;; + --primary-cta: #80da9b;; + --secondary-cta: #07170b;; + --accent: #38714a;; + --background-accent: #2c6541;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);