Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c18315969 | |||
| b4c810a2b5 | |||
| cdde77dcbc | |||
| 4459f89851 |
@@ -346,7 +346,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Mariachis Burger House. All rights reserved."
|
bottomLeftText="© 2024 Mariachis Burger House. All rights reserved."
|
||||||
bottomRightText="Built with passion, served with love."
|
bottomRightText="Crafted with Heritage, Served with Distinction."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-inter), sans-serif;
|
font-family: var(--font-cormorant-garamond), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-libre-baskerville), serif;
|
font-family: var(--font-cormorant-garamond), serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #F7F2EA;
|
--background: #24292E;
|
||||||
--card: #EDE8E0;
|
--card: #2E343A;
|
||||||
--foreground: #181818;
|
--foreground: #FFFBF5;
|
||||||
--primary-cta: #C88B2B;
|
--primary-cta: #E63946;
|
||||||
--primary-cta-text: #F7F2EA;
|
--primary-cta-text: #FFFBF5;
|
||||||
--secondary-cta: #181818;
|
--secondary-cta: #EABF61;
|
||||||
--secondary-cta-text: #F7F2EA;
|
--secondary-cta-text: #24292E;
|
||||||
--accent: #8C1D18;
|
--accent: #6B8E23;
|
||||||
--background-accent: #5A3B2B;
|
--background-accent: #EABF61;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user