/*
 * Sephora — brand tokens
 * Generated by BrandSweets from the sephora-com BrandDoc (v4, schema 1). Do not edit by hand.
 */

:root {
  /* Colors */
  --bs-color-primary: #000000;
  --bs-color-primary-50: #f5f5f5;
  --bs-color-primary-100: #e6e6e6;
  --bs-color-primary-200: #d1d1d1;
  --bs-color-primary-300: #b5b5b5;
  --bs-color-primary-400: #9c9c9c;
  --bs-color-primary-500: #858585;
  --bs-color-primary-600: #707070;
  --bs-color-primary-700: #5c5c5c;
  --bs-color-primary-800: #474747;
  --bs-color-primary-900: #333333;
  --bs-color-primary-950: #000000;
  --bs-color-secondary: #136bea;
  --bs-color-secondary-50: #f0f4fa;
  --bs-color-secondary-100: #dae4f1;
  --bs-color-secondary-200: #aacbf8;
  --bs-color-secondary-300: #76abf4;
  --bs-color-secondary-400: #478df0;
  --bs-color-secondary-500: #136bea;
  --bs-color-secondary-600: #1160d0;
  --bs-color-secondary-700: #0e4faa;
  --bs-color-secondary-800: #0b3d84;
  --bs-color-secondary-900: #0e2d58;
  --bs-color-secondary-950: #091d39;
  --bs-color-accent: #a39fda;
  --bs-color-accent-50: #f3f2f7;
  --bs-color-accent-100: #e0dfec;
  --bs-color-accent-200: #c0bde5;
  --bs-color-accent-300: #a39fda;
  --bs-color-accent-400: #7670c7;
  --bs-color-accent-500: #564fba;
  --bs-color-accent-600: #453fa2;
  --bs-color-accent-700: #393384;
  --bs-color-accent-800: #2c2867;
  --bs-color-accent-900: #222046;
  --bs-color-accent-950: #16152e;
  --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: #000000;
  --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: #000000;

  /* Typography */
  --bs-font-heading: "helvetica neue", helvetica, arial, sans-serif;
  --bs-font-body: "helvetica neue", helvetica, arial, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 4.86:1 AA, black 1.00:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #000000 0%, #136bea 100%);
  /* hero — worst-case contrast: white 4.69:1 AA, black 1.00:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #000000 0%, #5a759f 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 19.91:1 AA, black 1.01:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #090909 0%, #010101 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #090909 0%, #010101 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #090909 0%, #010101 100%);
  --brand-gradient-button-ink: #ffffff;
}
