7 Commits

Author SHA1 Message Date
79f3d96585 Update src/app/page.tsx 2026-03-06 06:42:33 +00:00
1d87c2c3ef Update src/app/layout.tsx 2026-03-06 06:42:32 +00:00
84309cb6b4 Merge version_2 into main
Merge version_2 into main
2026-03-06 06:40:46 +00:00
3d46fec0e8 Update src/app/styles/variables.css 2026-03-06 06:40:41 +00:00
fb3a01bf58 Update src/app/styles/base.css 2026-03-06 06:40:41 +00:00
c534353872 Update src/app/page.tsx 2026-03-06 06:40:41 +00:00
e703d37fe8 Update src/app/layout.tsx 2026-03-06 06:40:40 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -12,8 +12,8 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;