Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 10:14:20 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noise"
cardStyle="gradient-mesh"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
headingFontWeight="bold"

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-poppins), sans-serif;
font-family: var(--font-montserrat), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-poppins), sans-serif;
font-family: var(--font-montserrat), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #fcfcfc;
--foreground: #222222;
--primary-cta: #D62828;
--primary-cta-text: #ffffff;
--secondary-cta: #FCE4EC;
--secondary-cta-text: #222222;
--accent: #FCE4EC;
--background-accent: #f5f5f5;
--background: #FFFFFF;
--card: #FDFDFD;
--foreground: #2C2C2C;
--primary-cta: #E63946;
--primary-cta-text: #FFFFFF;
--secondary-cta: #F0F0F0;
--secondary-cta-text: #2C2C2C;
--accent: #F7DDC2;
--background-accent: #EAE4DB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);