diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4c3daba..97ed52e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -171,4 +171,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8d1005b..c94057f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -140,4 +140,4 @@ export default function ContactPage() { /> ); -} +} \ No newline at end of file diff --git a/src/app/culture/page.tsx b/src/app/culture/page.tsx index c388e82..b423afa 100644 --- a/src/app/culture/page.tsx +++ b/src/app/culture/page.tsx @@ -143,4 +143,4 @@ export default function CulturePage() { /> ); -} +} \ No newline at end of file diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index 9b13429..9e1b607 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -147,4 +147,4 @@ export default function DestinationsPage() { /> ); -} +} \ No newline at end of file diff --git a/src/app/globals.css b/src/app/globals.css index cb8a4b9..f143523 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + /* --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + --accent: #f5c4c7;; + --background-accent: #f09199;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 260b83b..195a8f1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1267,4 +1267,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 39a2ac5..c1d4537 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,4 +204,4 @@ export default function HomePage() { /> ); -} +} \ No newline at end of file