/*
 * Zillow — brand tokens
 * Generated by BrandSweets from the zillow-com BrandDoc (v2, schema 1). Do not edit by hand.
 */

:root {
  /* Colors */
  --bs-color-primary: #0443dc;
  --bs-color-primary-50: #eff2fa;
  --bs-color-primary-100: #d8e0f3;
  --bs-color-primary-200: #a5befd;
  --bs-color-primary-300: #6e96fc;
  --bs-color-primary-400: #3c72fb;
  --bs-color-primary-500: #0f52fa;
  --bs-color-primary-600: #0443dc;
  --bs-color-primary-700: #0436b4;
  --bs-color-primary-800: #032a8c;
  --bs-color-primary-900: #09215d;
  --bs-color-primary-950: #06153c;
  --bs-color-secondary: #0444d4;
  --bs-color-secondary-50: #eff3fa;
  --bs-color-secondary-100: #d8e0f3;
  --bs-color-secondary-200: #a5bffd;
  --bs-color-secondary-300: #6e99fc;
  --bs-color-secondary-400: #3c75fb;
  --bs-color-secondary-500: #0f56fa;
  --bs-color-secondary-600: #0444d4;
  --bs-color-secondary-700: #0439b4;
  --bs-color-secondary-800: #032c8c;
  --bs-color-secondary-900: #09225d;
  --bs-color-secondary-950: #06163c;
  --bs-color-accent: #6000b6;
  --bs-color-accent-50: #f5effa;
  --bs-color-accent-100: #e6d7f4;
  --bs-color-accent-200: #d4a3ff;
  --bs-color-accent-300: #ba6bff;
  --bs-color-accent-400: #a238ff;
  --bs-color-accent-500: #8d0aff;
  --bs-color-accent-600: #7800e0;
  --bs-color-accent-700: #6000b6;
  --bs-color-accent-800: #4c008f;
  --bs-color-accent-900: #36085e;
  --bs-color-accent-950: #23053d;
  --bs-color-surface: #ffffff;
  --bs-color-surface-50: #ffffff;
  --bs-color-surface-100: #e6e6e6;
  --bs-color-surface-200: #d1d1d1;
  --bs-color-surface-300: #b5b5b5;
  --bs-color-surface-400: #9c9c9c;
  --bs-color-surface-500: #858585;
  --bs-color-surface-600: #707070;
  --bs-color-surface-700: #5c5c5c;
  --bs-color-surface-800: #474747;
  --bs-color-surface-900: #333333;
  --bs-color-surface-950: #212121;
  --bs-color-text: #111111;
  --bs-color-text-50: #f5f5f5;
  --bs-color-text-100: #e6e6e6;
  --bs-color-text-200: #d1d1d1;
  --bs-color-text-300: #b5b5b5;
  --bs-color-text-400: #9c9c9c;
  --bs-color-text-500: #858585;
  --bs-color-text-600: #707070;
  --bs-color-text-700: #5c5c5c;
  --bs-color-text-800: #474747;
  --bs-color-text-900: #333333;
  --bs-color-text-950: #111111;

  /* Typography */
  --bs-font-heading: Inter, sans-serif;
  --bs-font-body: Inter, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 3.46:1 AA-large, black 1.45:1 */
  --brand-gradient: linear-gradient(135deg in oklch shorter hue, #4785ff 0%, #0443dc 50%, #000097 100%);
  /* hero — worst-case contrast: white 4.50:1 AA, black 1.22:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklch shorter hue, #6177a1 0%, #2d4574 50%, #0e183f 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 6.19:1 AA, black 2.38:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #1251ea 0%, #0034ce 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #1c5cf5 0%, #013fd8 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #0747e0 0%, #0027c4 100%);
  --brand-gradient-button-ink: #ffffff;
}
