/*
 * Nespresso — brand tokens
 * Generated by BrandSweets from the nespresso-com BrandDoc (v3, schema 1). Do not edit by hand.
 */

:root {
  /* Colors */
  --bs-color-primary: #1f2533;
  --bs-color-primary-50: #f3f4f6;
  --bs-color-primary-100: #e2e4e9;
  --bs-color-primary-200: #c6cddc;
  --bs-color-primary-300: #a3aec7;
  --bs-color-primary-400: #8492b3;
  --bs-color-primary-500: #6779a2;
  --bs-color-primary-600: #55658b;
  --bs-color-primary-700: #465372;
  --bs-color-primary-800: #364159;
  --bs-color-primary-900: #292f3d;
  --bs-color-primary-950: #1f2533;
  --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: NespressoLucas, "Trebuchet MS", Helvetica, Arial, sans-serif;
  --bs-font-body: NespressoLucas, "Trebuchet MS", Helvetica, Arial, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 15.27:1 AA, black 1.36:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #1f2533 0%, #26232f 100%);
  /* hero — worst-case contrast: white 15.29:1 AA, black 1.36:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #23252a 0%, #252429 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 13.39:1 AA, black 1.22:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #292f3d 0%, #161b29 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #303745 0%, #1d2330 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #212736 0%, #0f1522 100%);
  --brand-gradient-button-ink: #ffffff;
}
