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

:root {
  /* Colors */
  --bs-color-primary: #fcd609;
  --bs-color-primary-50: #faf9ef;
  --bs-color-primary-100: #f3efd8;
  --bs-color-primary-200: #fef1a4;
  --bs-color-primary-300: #fee86d;
  --bs-color-primary-400: #fde03a;
  --bs-color-primary-500: #fcd609;
  --bs-color-primary-600: #debd02;
  --bs-color-primary-700: #b69b02;
  --bs-color-primary-800: #8d7801;
  --bs-color-primary-900: #5d5109;
  --bs-color-primary-950: #3d3406;
  --bs-color-secondary: #fce45d;
  --bs-color-secondary-50: #faf9ef;
  --bs-color-secondary-100: #f3efd8;
  --bs-color-secondary-200: #fdf0a5;
  --bs-color-secondary-300: #fce45d;
  --bs-color-secondary-400: #fbde3c;
  --bs-color-secondary-500: #fad70f;
  --bs-color-secondary-600: #dcbc04;
  --bs-color-secondary-700: #b49904;
  --bs-color-secondary-800: #8c7703;
  --bs-color-secondary-900: #5d5009;
  --bs-color-secondary-950: #3c3406;
  --bs-color-accent: #df2027;
  --bs-color-accent-50: #f9f1f1;
  --bs-color-accent-100: #f0dbdc;
  --bs-color-accent-200: #f4afb1;
  --bs-color-accent-300: #ed7e81;
  --bs-color-accent-400: #e65156;
  --bs-color-accent-500: #df2027;
  --bs-color-accent-600: #c41c22;
  --bs-color-accent-700: #a1171c;
  --bs-color-accent-800: #7d1215;
  --bs-color-accent-900: #541215;
  --bs-color-accent-950: #360c0d;
  --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-body: Inter, system-ui, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 1.09:1, black 8.01:1 AA */
  --brand-gradient: linear-gradient(135deg in oklch shorter hue, #fff9a5 0%, #fcd609 50%, #be9d00 100%);
  /* hero — worst-case contrast: white 1.09:1, black 8.03:1 AA; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklch shorter hue, #f8f6da 0%, #e4d9a9 50%, #aaa07c 100%);
  --brand-gradient-hero-ink: #000000;
  /* button — worst-case contrast: white 1.29:1, black 13.03:1 AA */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #ffe32e 0%, #efc900 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #ffef70 0%, #f9d300 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #ffd917 0%, #e5bf00 100%);
  --brand-gradient-button-ink: #000000;
}
