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

:root {
  /* Colors */
  --bs-color-primary: #fcd535;
  --bs-color-primary-50: #faf8ef;
  --bs-color-primary-100: #f3eed8;
  --bs-color-primary-200: #feeca5;
  --bs-color-primary-300: #fde06d;
  --bs-color-primary-400: #fcd535;
  --bs-color-primary-500: #fbcc0e;
  --bs-color-primary-600: #ddb203;
  --bs-color-primary-700: #b59103;
  --bs-color-primary-800: #8d7102;
  --bs-color-primary-900: #5d4c09;
  --bs-color-primary-950: #3c3206;
  --bs-color-secondary: #f0b90b;
  --bs-color-secondary-50: #faf8f0;
  --bs-color-secondary-100: #f2ecd9;
  --bs-color-secondary-200: #fbe7a7;
  --bs-color-secondary-300: #f8d972;
  --bs-color-secondary-400: #f6cc41;
  --bs-color-secondary-500: #f0b90b;
  --bs-color-secondary-600: #d6a70a;
  --bs-color-secondary-700: #af8808;
  --bs-color-secondary-800: #886a06;
  --bs-color-secondary-900: #5a480c;
  --bs-color-secondary-950: #3b2f08;
  --bs-color-accent: #0000ee;
  --bs-color-accent-50: #efeffa;
  --bs-color-accent-100: #d7d7f4;
  --bs-color-accent-200: #a3a3ff;
  --bs-color-accent-300: #6b6bff;
  --bs-color-accent-400: #3838ff;
  --bs-color-accent-500: #0a0aff;
  --bs-color-accent-600: #0000ee;
  --bs-color-accent-700: #0000b8;
  --bs-color-accent-800: #00008f;
  --bs-color-accent-900: #08085e;
  --bs-color-accent-950: #05053d;
  --bs-color-surface: #fef1f2;
  --bs-color-surface-50: #fef1f2;
  --bs-color-surface-100: #f2d9db;
  --bs-color-surface-200: #f9a9b0;
  --bs-color-surface-300: #f5757f;
  --bs-color-surface-400: #f24553;
  --bs-color-surface-500: #ef1a2c;
  --bs-color-surface-600: #d20f1f;
  --bs-color-surface-700: #ac0c19;
  --bs-color-surface-800: #860914;
  --bs-color-surface-900: #590d14;
  --bs-color-surface-950: #3a090d;
  --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: BinanceNova, Arial, sans-serif;
  --bs-font-body: BinanceNova, Arial, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 1.09:1, black 7.93:1 AA */
  --brand-gradient: linear-gradient(135deg in oklch shorter hue, #fff8ad 0%, #fcd535 50%, #c09b00 100%);
  /* hero — worst-case contrast: white 1.09:1, black 7.98:1 AA; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklch shorter hue, #f8f6dd 0%, #e4d8ad 50%, #ab9f7c 100%);
  --brand-gradient-hero-ink: #000000;
  /* button — worst-case contrast: white 1.29:1, black 12.95:1 AA */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #ffe248 0%, #efc81c 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #ffee7b 0%, #f9d230 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #ffd83a 0%, #e5be00 100%);
  --brand-gradient-button-ink: #000000;
}
