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

:root {
  /* Colors */
  --bs-color-primary: #041e42;
  --bs-color-primary-50: #f0f4fa;
  --bs-color-primary-100: #d9e3f2;
  --bs-color-primary-200: #a8cafa;
  --bs-color-primary-300: #73aaf7;
  --bs-color-primary-400: #438df4;
  --bs-color-primary-500: #1872f2;
  --bs-color-primary-600: #0c60d4;
  --bs-color-primary-700: #0a4eae;
  --bs-color-primary-800: #083d87;
  --bs-color-primary-900: #0c2d5a;
  --bs-color-primary-950: #041e42;
  --bs-color-secondary: #bf0d3e;
  --bs-color-secondary-50: #faf0f3;
  --bs-color-secondary-100: #f2d9e0;
  --bs-color-secondary-200: #f9a9c0;
  --bs-color-secondary-300: #f57599;
  --bs-color-secondary-400: #f24576;
  --bs-color-secondary-500: #ef1a56;
  --bs-color-secondary-600: #bf0d3e;
  --bs-color-secondary-700: #ac0c39;
  --bs-color-secondary-800: #86092c;
  --bs-color-secondary-900: #590d23;
  --bs-color-secondary-950: #3a0917;
  --bs-color-accent: #0048c7;
  --bs-color-accent-50: #eff3fa;
  --bs-color-accent-100: #d7e2f4;
  --bs-color-accent-200: #a3c5ff;
  --bs-color-accent-300: #6ba1ff;
  --bs-color-accent-400: #3881ff;
  --bs-color-accent-500: #0a64ff;
  --bs-color-accent-600: #0052e0;
  --bs-color-accent-700: #0048c7;
  --bs-color-accent-800: #00348f;
  --bs-color-accent-900: #08275e;
  --bs-color-accent-950: #051a3d;
  --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: mlb-primary, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-font-body: mlb-primary, "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 6.27:1 AA, black 1.27:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #041e42 0%, #bf0d3e 100%);
  /* hero — worst-case contrast: white 5.82:1 AA, black 1.28:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #17202c 0%, #8b575a 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 14.71:1 AA, black 1.16:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #0d284d 0%, #001437 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #153056 0%, #021b3f 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #062145 0%, #000c2f 100%);
  --brand-gradient-button-ink: #ffffff;
}
