@@ -47,7 +47,7 @@ export default function ItalianRestaurantPage() {
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index a25430f..c719d19 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-inter-tight), sans-serif;
+ font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
- font-family: var(--font-inter-tight), sans-serif;
+ font-family: var(--font-dm-sans), sans-serif;
}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 018e8e2..5a7d4af 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #000000;
- --card: #0c0c0c;
- --foreground: #ffffff;
- --primary-cta: #106EFB;
- --primary-cta-text: #ffffff;
- --secondary-cta: #000000;
- --secondary-cta-text: #ffffff;
- --accent: #535353;
- --background-accent: #106EFB;
+ --background: #f6f0e9;
+ --card: #efe7dd;
+ --foreground: #2b180a;
+ --primary-cta: #cc2936;
+ --primary-cta-text: #f6f0e9;
+ --secondary-cta: #efe7dd;
+ --secondary-cta-text: #2b180a;
+ --accent: #94877c;
+ --background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);