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

:root {
  /* Colors */
  --bs-color-primary: #006039;
  --bs-color-primary-50: #effaf6;
  --bs-color-primary-100: #d7f4e8;
  --bs-color-primary-200: #a3ffda;
  --bs-color-primary-300: #6bffc4;
  --bs-color-primary-400: #38ffaf;
  --bs-color-primary-500: #0aff9d;
  --bs-color-primary-600: #00e087;
  --bs-color-primary-700: #00b86e;
  --bs-color-primary-800: #008f56;
  --bs-color-primary-900: #006039;
  --bs-color-primary-950: #053d27;
  --bs-color-secondary: #a37e2c;
  --bs-color-secondary-50: #f8f6f2;
  --bs-color-secondary-100: #ede8de;
  --bs-color-secondary-200: #ebdbb7;
  --bs-color-secondary-300: #dfc58b;
  --bs-color-secondary-400: #d4b063;
  --bs-color-secondary-500: #ca9e3f;
  --bs-color-secondary-600: #a37e2c;
  --bs-color-secondary-700: #906f27;
  --bs-color-secondary-800: #70561f;
  --bs-color-secondary-900: #4c3c1a;
  --bs-color-secondary-950: #312711;
  --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: #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: #212121;
  --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: #212121;

  /* Typography */
  --bs-font-heading: "Helvetica Now Text", Helvetica, Arial, sans-serif;
  --bs-font-body: "Helvetica Now Text", Helvetica, Arial, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 3.77:1 AA-large, black 2.73:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #006039 0%, #a37e2c 100%);
  /* hero — worst-case contrast: white 4.59:1 AA, black 2.09:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #314739 0%, #80745c 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 6.43:1 AA, black 2.34:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #176c44 0%, #00552f 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #23744c 0%, #005d36 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #06633c 0%, #004c27 100%);
  --brand-gradient-button-ink: #ffffff;
}
