diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 97ed52e..4c3daba 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 c94057f..8d1005b 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 b423afa..c388e82 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 9e1b607..9b13429 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 f143523..2c538e0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + /* --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; */ + --accent: #f4ca26;; + --background-accent: #e8daa8;; */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #f4ca26;; + --background-accent: #e8daa8;; /* 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 195a8f1..260b83b 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 c1d4537..39a2ac5 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 +}