diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4f936b..1c9ddd8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Cube Restaurant", description: "Authentic Flavors in the Heart of Dubai Spice Souk"}; + title: "Cube Restaurant", description: "Authentic Flavors in the Heart of Dubai Spice Souk" +}; export default function RootLayout({ children, diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 56cdadc..46aa921 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #d8cef5;; --background-accent: #c4a8f9;; */ - --background: #fbfaff;; - --card: #f7f5ff;; - --foreground: #0f0022;; - --primary-cta: #8b5cf6;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #2b180ae6;; + --primary-cta: #d4a574;; --primary-cta-text: #fbfaff;; --secondary-cta: #ffffff;; --secondary-cta-text: #0f0022;; - --accent: #d8cef5;; - --background-accent: #c4a8f9;; + --accent: #e8d7c3;; + --background-accent: #d4a574;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);