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" 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"

View File

@@ -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;
} }

View File

@@ -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);