diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e657fe1..3a793a6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -102,4 +102,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb67f3a..ba5c9cb 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 d9d5b3d..d9402a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -317,4 +317,4 @@ export default function KazkovyyDimPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 0e52555..6cd071c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -338,4 +338,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8940b21..0ae11f0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -180,4 +180,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 15f7546..f1fda55 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: #e3deea;; - --card: #ffffff;; - --foreground: #1f2027;; - --primary-cta: #627dc6;; + /* --background: #fcf6ec;; + --card: #f3ede2;; + --foreground: #2e2521;; + --primary-cta: #d97706;; --secondary-cta: #ffffff;; - --accent: #627dc6;; - --background-accent: #627dc6;; */ + --accent: #f97316;; + --background-accent: #fed7aa;; */ - --background: #e3deea;; - --card: #ffffff;; - --foreground: #1f2027;; - --primary-cta: #627dc6;; + --background: #fcf6ec;; + --card: #f3ede2;; + --foreground: #2e2521;; + --primary-cta: #d97706;; --secondary-cta: #ffffff;; - --accent: #627dc6;; - --background-accent: #627dc6;; + --accent: #f97316;; + --background-accent: #fed7aa;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);