another step just a little remaining

This commit is contained in:
hamid
2026-06-21 00:05:07 +03:30
parent da42f15a32
commit 3fd147cf80
35 changed files with 4620 additions and 4537 deletions
+20
View File
@@ -42,6 +42,16 @@
/* Divider */
--bal-divider: rgba(29, 74, 64, 0.14);
/* Feedback — toast / alert backgrounds (brand-harmonized; cream text) */
--bal-success: #1f6b50;
--bal-success-contrast: #f3efe9;
--bal-error: #a8392a;
--bal-error-contrast: #f3efe9;
--bal-warning: #8a6418;
--bal-warning-contrast: #f3efe9;
--bal-info: #1d4a40;
--bal-info-contrast: #f3efe9;
}
/* ── Dark scheme ────────────────────────────────────────────────────────── */
@@ -68,4 +78,14 @@
/* Divider */
--bal-divider: rgba(243, 239, 233, 0.14);
/* Feedback — toast / alert backgrounds (lifted for dark surfaces; cream text) */
--bal-success: #257659;
--bal-success-contrast: #f3efe9;
--bal-error: #b5402f;
--bal-error-contrast: #f3efe9;
--bal-warning: #97701f;
--bal-warning-contrast: #f3efe9;
--bal-info: #2f6b5e;
--bal-info-contrast: #f3efe9;
}
+4 -2
View File
@@ -1,9 +1,11 @@
import { TypographyVariantsOptions } from '@mui/material';
/** CSS variable injected by next/font/google (Space Grotesk) in src/app/layout.tsx */
/** Space Grotesk CSS variable. Not currently wired to a font loader; the LTR
* stack falls back to the system fonts until it is added to the locale layout. */
export const BRAND_FONT_VARIABLE_EN = '--font-space-grotesk';
/** CSS variable injected by next/font/local (Mikhak) in src/app/layout.tsx */
/** CSS variable injected by next/font/local (Mikhak), attached to <html> only
* on `fa` routes in src/app/[locale]/layout.tsx. */
export const BRAND_FONT_VARIABLE_FA = '--font-mikhak';
const SYSTEM_FONT_STACK = [