/* Generated from tokens.json (viberr-front-door-composer) — do not edit by hand. Run: npm run tokens:build */
:root {
  --color-bg: #ffffff;
  --color-surface: #f7f8fa;
  --color-surface-2: #eef0f3;
  --color-fg: #0b0d12;
  --color-muted: #5b6472;
  --color-subtle: #8b94a3;
  --color-border: #e3e6eb;
  --color-accent: #2f6df6;
  --color-accent-fg: #ffffff;
  --color-success: #1f9d57;
  --color-warning: #c97a0a;
  --color-danger: #d23f3f;
  --color-focus: #2f6df6;
  --color-surface-inverse: #0b0d12;
  --color-fg-inverse: #ffffff;
  --color-border-inverse: rgba(255,255,255,0.16);
  --color-bg-dark: #0b0d12;
  --color-surface-dark: #151922;
  --color-surface-dark-2: #1e242f;
  --color-fg-on-dark: #f5f7fa;
  --color-muted-on-dark: rgba(245,247,250,0.64);
  --color-border-on-dark: rgba(255,255,255,0.14);
  --color-border-strong: #c9cfd8;
  --color-hairline: rgba(11,13,18,0.08);
  --font-sans: TWK Lausanne;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: 2.25rem;
  --text-4xl: 40px;
  --text-5xl: 4rem;
  --text-display: 4.5rem;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --leading-tight: 1.1;
  --leading-snug: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.7;
  --tracking-tight: -0.02em;
  --tracking-normal: 0em;
  --tracking-wide: 0.04em;
  --tracking-display: -0.022em;
  --tracking-heading: -0.015em;
  --tracking-ui: -0.011em;
  --tracking-body: 0;
  --tracking-caps: 0.06em;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px rgba(11,13,18,0.06);
  --shadow-md: 0 4px 12px rgba(11,13,18,0.08);
  --shadow-lg: 0 12px 32px rgba(11,13,18,0.12);
  --duration-fast: 100ms;
  --duration-base: 500ms;
  --duration-slow: 5000ms;
  --ease-standard: cubic-bezier(0.17, 0.67, 0.24, 1);
  --ease-entrance: cubic-bezier(0, 0, 0, 1);
  --ease-exit: cubic-bezier(0.3, 0, 1, 1);
  --container-content: 720px;
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
}
