/* workhorse brand tokens. Generated from tokens/brands/workhorse/*.json. */
:root {
  --brand-yellow-100: #FFF4B8;
  --brand-yellow-300: #FFE066;
  --brand-yellow-500: #FED100;
  --brand-yellow-700: #C5A44E;
  --brand-ink-0: #FFFFFF;
  --brand-ink-100: #FAFAFA;
  --brand-ink-300: #A0A0A0;
  --brand-ink-500: #2B2B2B;
  --brand-ink-700: #141414;
  --brand-ink-900: #0A0A0A;
  --color-white: undefined;
  --color-black: undefined;
  --background: #ffffff;
  --foreground: #18181b;
  --primary: #18181b;
  --primary-foreground: #ffffff;
  --secondary: #f4f4f5;
  --secondary-foreground: #18181b;
  --muted: #fafafa;
  --muted-foreground: #71717a;
  --accent: #fed100;
  --accent-foreground: #141414;
  --card: #ffffff;
  --card-foreground: #18181b;
  --border: #e4e4e7;
  --input: #e4e4e7;
  --ring: #18181b;
  --surface-2: #fafafa;
  --surface-3: #f4f4f5;
  --font-primary: 'Maison Neue', 'Maison Neue Fallback', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'Maison Neue Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --font-size-display: clamp(2.5rem, 8vw, 6rem);
  --font-size-h1: clamp(2.5rem, 8vw, 6rem);
  --font-size-h2: clamp(2rem, 5vw, 3.75rem);
  --font-size-h3: clamp(1.75rem, 3.5vw, 2.75rem);
  --font-size-h4: clamp(1.5rem, 2.5vw, 2rem);
  --font-size-h5: clamp(1.25rem, 1.5vw, 1.5rem);
  --font-size-h6: clamp(1.1rem, 1.2vw, 1.25rem);
  --font-size-body: 1.125rem;
  --font-size-body-sm: 1rem;
  --font-size-small: 0.875rem;
  --font-size-xs: 0.75rem;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-heading: 0.95;
  --line-height-body: 1.5;
  --line-height-label: 1.3;
  --letter-spacing-heading: -0.02em;
  --letter-spacing-body: 0em;
  --letter-spacing-label: 0.04em;
  --letter-spacing-wide: 0.08em;
  --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;
  --container-narrow: 800px;
  --container-max: 1140px;
  --container-wide: 1400px;
  --container-full: 1920px;
  --radius-none: 0;
  --radius-sm: 0.125rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-pill: 500px;
  --radius-full: 9999px;
  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 500ms;
  --duration-dramatic: 700ms;
  --ease-default: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-linear: cubic-bezier(0, 0, 1, 1);
}