10 Commits

Author SHA1 Message Date
579cd06897 Merge version_3 into main
Merge version_3 into main
2026-03-09 07:50:52 +00:00
b230e5e1dc Update src/app/page.tsx 2026-03-09 07:50:48 +00:00
53344db18a Merge version_2 into main
Merge version_2 into main
2026-03-09 07:43:02 +00:00
ef96ffb616 Update src/app/styles/variables.css 2026-03-09 07:42:58 +00:00
b0cd31f395 Update src/app/styles/base.css 2026-03-09 07:42:58 +00:00
dbdac014b6 Update src/app/page.tsx 2026-03-09 07:42:57 +00:00
9323641098 Update src/app/layout.tsx 2026-03-09 07:42:57 +00:00
5b5d1fda44 Merge version_1 into main
Merge version_1 into main
2026-03-09 07:27:31 +00:00
03274986b7 Merge version_1 into main
Merge version_1 into main
2026-03-09 07:26:46 +00:00
c23ab9601a Merge version_1 into main
Merge version_1 into main
2026-03-09 07:25:28 +00:00
3 changed files with 21 additions and 1408 deletions

File diff suppressed because it is too large Load Diff

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-vazirmatn), 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-vazirmatn), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--background: #0a3d1a;
--card: #0d4620;
--foreground: #f5f5f0;
--primary-cta: #d4af37;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #1a5a2b;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--accent: #9d8e5c;
--background-accent: #8b7535;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);