/*
 * Calvin Klein — brand tokens
 * Generated by BrandSweets from the calvinklein-us BrandDoc (v2, schema 1). Do not edit by hand.
 */

:root {
  /* Colors */
  --bs-color-primary: #212529;
  --bs-color-primary-50: #f4f5f5;
  --bs-color-primary-100: #e4e6e7;
  --bs-color-primary-200: #ccd1d6;
  --bs-color-primary-300: #adb5bd;
  --bs-color-primary-400: #919ca6;
  --bs-color-primary-500: #778592;
  --bs-color-primary-600: #64707d;
  --bs-color-primary-700: #525c66;
  --bs-color-primary-800: #40474f;
  --bs-color-primary-900: #2e3338;
  --bs-color-primary-950: #212529;
  --bs-color-accent: #ffff00;
  --bs-color-accent-50: #fafaef;
  --bs-color-accent-100: #f4f4d7;
  --bs-color-accent-200: #ffffa3;
  --bs-color-accent-300: #ffff6b;
  --bs-color-accent-400: #ffff38;
  --bs-color-accent-500: #ffff00;
  --bs-color-accent-600: #e0e000;
  --bs-color-accent-700: #b8b800;
  --bs-color-accent-800: #8f8f00;
  --bs-color-accent-900: #5e5e08;
  --bs-color-accent-950: #3d3d05;
  --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: #212529;
  --bs-color-text-50: #f4f5f5;
  --bs-color-text-100: #e4e6e7;
  --bs-color-text-200: #ccd1d6;
  --bs-color-text-300: #adb5bd;
  --bs-color-text-400: #919ca6;
  --bs-color-text-500: #778592;
  --bs-color-text-600: #64707d;
  --bs-color-text-700: #525c66;
  --bs-color-text-800: #40474f;
  --bs-color-text-900: #2e3338;
  --bs-color-text-950: #212529;

  /* Typography */
  --bs-font-heading: Klein, sans-serif;
  --bs-font-body: Klein, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 1.07:1, black 1.36:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #212529 0%, #ffff00 100%);
  /* hero — worst-case contrast: white 4.59:1 AA, black 1.01:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #010101 0%, #76793f 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 13.49:1 AA, black 1.23:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #2b2f33 0%, #181c1f 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #32363b 0%, #1f2327 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #23272b 0%, #111518 100%);
  --brand-gradient-button-ink: #ffffff;
}
