/*
 * Temu — brand tokens
 * Generated by BrandSweets from the temu-com BrandDoc (v5, schema 1). Do not edit by hand.
 */

:root {
  /* Colors */
  --bs-color-primary: #fb7701;
  --bs-color-primary-50: #faf4ef;
  --bs-color-primary-100: #f3e5d8;
  --bs-color-primary-200: #ffcea4;
  --bs-color-primary-300: #feb06c;
  --bs-color-primary-400: #fe9539;
  --bs-color-primary-500: #fb7701;
  --bs-color-primary-600: #df6901;
  --bs-color-primary-700: #b75601;
  --bs-color-primary-800: #8e4301;
  --bs-color-primary-900: #5e3008;
  --bs-color-primary-950: #3d1f05;
  --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: miui, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", ".SFNSText-Regular", Helvetica, Arial, sans-serif;
  --bs-font-body: miui, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", ".SFNSText-Regular", Helvetica, Arial, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 2.58:1, black 7.70:1 AA */
  --brand-gradient: linear-gradient(135deg in oklab, #fb7701 0%, #d29601 100%);
  /* hero — worst-case contrast: white 2.55:1, black 8.07:1 AA; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #c5977e 0%, #b49f7e 100%);
  --brand-gradient-hero-ink: #000000;
  /* button — worst-case contrast: white 2.45:1, black 6.66:1 AA */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #ff8422 0%, #ed6a00 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #ff954b 0%, #f77400 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #ff7a0d 0%, #e26000 100%);
  --brand-gradient-button-ink: #000000;
}
