another step just a little remaining
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user