Files
foodlinkk-command-center/cockpit/static/css/tokens.css
T
Aissa ff22498dcd Improve cockpit typography for readability across all pages.
Raise base font to 16px, enlarge sidebar, buttons, tables and headings, add Inter font and global typography layer.
2026-07-19 18:49:52 +00:00

42 lines
1.1 KiB
CSS

:root {
--bg-root: #0a0e14;
--bg-surface: #121820;
--bg-elevated: #182030;
--bg-hover: #1e2a3a;
--border-subtle: #2d3f54;
--border-strong: #3d5268;
--text-primary: #f4f8fc;
--text-secondary: #c8d4e0;
--text-muted: #9fb0c4;
--text-body: #dce6f0;
--accent-cyan: #38bdf8;
--accent-cyan-dim: rgba(56, 189, 248, 0.18);
--accent-purple: #c084fc;
--accent-purple-dim: rgba(192, 132, 252, 0.18);
--accent-amber: #fcd34d;
--accent-amber-dim: rgba(252, 211, 77, 0.18);
--accent-green: #4ade80;
--accent-green-dim: rgba(74, 222, 128, 0.18);
--accent-red: #fb7185;
--accent-red-dim: rgba(251, 113, 133, 0.18);
--shadow-panel: 0 4px 24px rgba(0, 0, 0, 0.45);
--radius-sm: 4px;
--radius-md: 8px;
--radius-lg: 12px;
--font-sans: "Inter", "Segoe UI", system-ui, sans-serif;
/* Typography scale (16px root) */
--text-xs: 0.8125rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-md: 1.0625rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.75rem;
--leading: 1.55;
--leading-tight: 1.35;
--font-mono: "JetBrains Mono", "Fira Code", monospace;
--sidebar-width: 240px;
}