Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 339c7955de | |||
| 8f235d5971 | |||
| f4689d521d | |||
| a95eab1b1b | |||
| 5a5cbd4f44 |
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
|||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="noise"
|
background="noise"
|
||||||
cardStyle="gradient-mesh"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
|
|||||||
@@ -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-poppins), sans-serif;
|
font-family: var(--font-montserrat), 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-poppins), sans-serif;
|
font-family: var(--font-montserrat), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #FFFFFF;
|
||||||
--card: #fcfcfc;
|
--card: #FDFDFD;
|
||||||
--foreground: #222222;
|
--foreground: #2C2C2C;
|
||||||
--primary-cta: #D62828;
|
--primary-cta: #E63946;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #FFFFFF;
|
||||||
--secondary-cta: #FCE4EC;
|
--secondary-cta: #F0F0F0;
|
||||||
--secondary-cta-text: #222222;
|
--secondary-cta-text: #2C2C2C;
|
||||||
--accent: #FCE4EC;
|
--accent: #F7DDC2;
|
||||||
--background-accent: #f5f5f5;
|
--background-accent: #EAE4DB;
|
||||||
|
|
||||||
/* 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