:root {
  --vt-color-ink: #061a33;
  --vt-color-ink-soft: #28445f;
  --vt-color-muted: #5f7085;
  --vt-color-blue: #083966;
  --vt-color-blue-strong: #062b4d;
  --vt-color-sky: #2d9cdb;
  --vt-color-teal: #0f7f78;
  --vt-color-gold: #f2be45;
  --vt-color-success: #0f7f4f;
  --vt-color-warning: #8a6200;
  --vt-color-danger: #9c1c28;
  --vt-color-bg: #f6f9fc;
  --vt-color-surface: #ffffff;
  --vt-color-surface-soft: #eef6fb;
  --vt-color-line: #d9e6ee;
  --vt-color-focus: #f2be45;
  --vt-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vt-font-size-xs: 0.75rem;
  --vt-font-size-sm: 0.875rem;
  --vt-font-size-md: 1rem;
  --vt-font-size-lg: 1.125rem;
  --vt-font-size-xl: 1.35rem;
  --vt-font-size-2xl: 1.75rem;
  --vt-font-size-3xl: 2.35rem;
  --vt-font-size-4xl: 3.2rem;
  --vt-line-tight: 1.12;
  --vt-line-normal: 1.55;
  --vt-weight-regular: 400;
  --vt-weight-medium: 600;
  --vt-weight-bold: 800;
  --vt-space-1: 0.25rem;
  --vt-space-2: 0.5rem;
  --vt-space-3: 0.75rem;
  --vt-space-4: 1rem;
  --vt-space-5: 1.25rem;
  --vt-space-6: 1.5rem;
  --vt-space-8: 2rem;
  --vt-space-10: 2.5rem;
  --vt-space-12: 3rem;
  --vt-space-16: 4rem;
  --vt-container: 1180px;
  --vt-radius-sm: 4px;
  --vt-radius-md: 6px;
  --vt-radius-lg: 8px;
  --vt-shadow-sm: 0 1px 2px rgba(6, 26, 51, 0.06);
  --vt-shadow-md: 0 16px 42px rgba(6, 26, 51, 0.12);
  --vt-duration-fast: 140ms;
  --vt-duration-base: 220ms;
  --vt-breakpoint-sm: 560px;
  --vt-breakpoint-md: 768px;
  --vt-breakpoint-lg: 1024px;
  --vt-z-header: 20;
  --vt-z-overlay: 40;
  --vt-focus-ring: 0 0 0 3px rgba(242, 190, 69, 0.6);
}
