8 Commits

Author SHA1 Message Date
33f92ac41c Merge version_4 into main
Merge version_4 into main
2025-12-28 14:06:08 +00:00
c91e416672 Update src/app/globals.css 2025-12-28 14:06:03 +00:00
9a39e2660d Merge version_3 into main
Merge version_3 into main
2025-12-28 14:00:46 +00:00
e6cd943642 Update src/app/globals.css 2025-12-28 14:00:41 +00:00
b669fe7167 Merge version_2 into main
Merge version_2 into main
2025-12-28 13:53:40 +00:00
dbf62e655b Update src/app/page.tsx 2025-12-28 13:53:35 +00:00
18eea61c02 Update src/app/layout.tsx 2025-12-28 13:53:34 +00:00
13699305cb Update src/app/globals.css 2025-12-28 13:53:33 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #0f0003e6;;
--primary-cta: #c1121f;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #00070e;
--card: #152840;
--foreground: #e6f0ff;
--primary-cta: #3891f6;
--secondary-cta: #0e1a29;
--accent: #3f5c79;
--background-accent: #016ad3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-plus-jakarta-sans), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-plus-jakarta-sans), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
}

View File

@@ -1269,4 +1269,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -203,4 +203,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}