diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 90bd228..940e0e2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -91,4 +91,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4609d98..e72aa1f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 41607e3..47188f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -274,4 +274,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 89623cb..0d72cf9 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -252,4 +252,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d0c5cc5..b3973e9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -125,4 +125,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 04550b5..4c76385 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: #010912;; - --card: #152840;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; - --secondary-cta: #0e1a29;; - --accent: #3f5c79;; - --background-accent: #004a93;; */ + /* --background: #e8d4c4;; + --card: #f5e6d9;; + --foreground: #3d2817;; + --primary-cta: #8b4513;; + --secondary-cta: #f5e6d9;; + --accent: #d4a373;; + --background-accent: #b8925f;; */ - --background: #010912;; - --card: #152840;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; - --primary-cta-text: #f7f6f7;; - --secondary-cta: #0e1a29;; - --secondary-cta-text: #0c1325;; - --accent: #3f5c79;; - --background-accent: #004a93;; + --background: #e8d4c4;; + --card: #f5e6d9;; + --foreground: #3d2817;; + --primary-cta: #8b4513;; + --primary-cta-text: #ffffff;; + --secondary-cta: #f5e6d9;; + --secondary-cta-text: #3d2817;; + --accent: #d4a373;; + --background-accent: #b8925f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);