UI/UX: Update global typography to Helvetica/Sans-Serif
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
All CSS custom properties. Import this first in main.css.
|
||||
============================================================ */
|
||||
|
||||
body {
|
||||
font-family: var(--font-sans);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
:root {
|
||||
/* ── Color: Base Palette ─────────────────────────────────── */
|
||||
--color-base-bg: hsl(225, 25%, 8%); /* Deep navy */
|
||||
@@ -51,7 +57,7 @@
|
||||
--glass-shadow-amber: 0 8px 32px var(--color-amber-glow);
|
||||
|
||||
/* ── Typography ──────────────────────────────────────────── */
|
||||
--font-sans: 'Inter', 'Outfit', system-ui, -apple-system, sans-serif;
|
||||
--font-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
--font-mono: 'JetBrains Mono', 'Fira Code', monospace;
|
||||
|
||||
--text-xs: 0.75rem; /* 12px */
|
||||
|
||||
Reference in New Issue
Block a user