:root {
  --color-palette-ink-50: #F8FAFC;
  --color-palette-ink-100: #F1F5F9;
  --color-palette-ink-200: #E2E8F0;
  --color-palette-ink-300: #CBD5E1;
  --color-palette-ink-400: #94A3B8;
  --color-palette-ink-500: #64748B;
  --color-palette-ink-600: #475569;
  --color-palette-ink-700: #334155;
  --color-palette-ink-800: #1E293B;
  --color-palette-ink-900: #0F172A;
  --color-palette-accent-50: #EAF2FB;
  --color-palette-accent-100: #CCDFF5;
  --color-palette-accent-200: #99BFEB;
  --color-palette-accent-300: #5C99DA;
  --color-palette-accent-400: #2E78C5;
  --color-palette-accent-500: #0050A6;
  --color-palette-accent-600: #00428A;
  --color-palette-accent-700: #00366F;
  --color-palette-accent-800: #002954;
  --color-palette-accent-900: #001D3B;
  --color-palette-signal-success: #1A7F4F;
  --color-palette-signal-warning: #A8650B;
  --color-palette-signal-danger: #B42318;
  --color-palette-signal-info: #175CD3;
  --color-palette-surface-pure: #FFFFFF;
  --color-palette-surface-paper: #FBFBFC;
  --color-palette-surface-sunken: #F2F3F6;
  --color-bg-canvas: #FFFFFF;
  --color-bg-subtle: #FBFBFC;
  --color-bg-sunken: #F2F3F6;
  --color-bg-inverse: #0F172A;
  --color-fg-primary: #0F172A;
  --color-fg-secondary: #334155;
  --color-fg-muted: #64748B;
  --color-fg-onInverse: #FFFFFF;
  --color-fg-accent: #0050A6;
  --color-fg-link: #0050A6;
  --color-fg-danger: #B42318;
  --color-border-subtle: #F1F5F9;
  --color-border-default: #E2E8F0;
  --color-border-strong: #94A3B8;
  --color-border-focus: #0050A6;
  --color-accent-bg: #0050A6;
  --color-accent-bgHover: #00428A;
  --color-accent-bgActive: #00366F;
  --color-accent-fg: #FFFFFF;
  --font-family-sans: "Geist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-family-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-family-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.15;
  --line-height-snug: 1.3;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.65;
  --letter-spacing-tight: -0.02em;
  --letter-spacing-normal: 0;
  --letter-spacing-wide: 0.04em;
  --letter-spacing-caps: 0.08em;
  --font-size-xs: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
  --font-size-sm: clamp(0.875rem, 0.85rem + 0.15vw, 0.9375rem);
  --font-size-base: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --font-size-lg: clamp(1.125rem, 1.08rem + 0.25vw, 1.25rem);
  --font-size-xl: clamp(1.25rem, 1.18rem + 0.4vw, 1.5rem);
  --font-size-2xl: clamp(1.5rem, 1.38rem + 0.6vw, 1.875rem);
  --font-size-3xl: clamp(1.875rem, 1.65rem + 1.1vw, 2.5rem);
  --font-size-4xl: clamp(2.25rem, 1.85rem + 1.9vw, 3.5rem);
  --font-size-5xl: clamp(2.75rem, 2.1rem + 3vw, 4.75rem);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --radius-none: 0;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-pill: 9999px;
  --shadow-none: none;
  --shadow-sm: 0 1px 2px 0 rgba(11, 14, 20, 0.06);
  --shadow-md: 0 4px 8px -2px rgba(11, 14, 20, 0.08), 0 2px 4px -2px rgba(11, 14, 20, 0.04);
  --shadow-lg: 0 12px 24px -8px rgba(11, 14, 20, 0.12), 0 4px 8px -4px rgba(11, 14, 20, 0.06);
  --shadow-focus: 0 0 0 3px rgba(14, 165, 164, 0.45);
  --motion-duration-fast: 120ms;
  --motion-duration-base: 200ms;
  --motion-duration-slow: 320ms;
  --motion-easing-standard: cubic-bezier(0.2, 0, 0, 1);
  --motion-easing-emphasized: cubic-bezier(0.3, 0, 0, 1);
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
}
