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

:root {
  /* Colors */
  --bs-color-primary: #331469;
  --bs-color-primary-50: #f4f1f9;
  --bs-color-primary-100: #e3dcef;
  --bs-color-primary-200: #c9b2f0;
  --bs-color-primary-300: #a883e7;
  --bs-color-primary-400: #8a58df;
  --bs-color-primary-500: #6e31d8;
  --bs-color-primary-600: #5c24bc;
  --bs-color-primary-700: #4b1d9a;
  --bs-color-primary-800: #331469;
  --bs-color-primary-900: #2b1650;
  --bs-color-primary-950: #1c0e34;
  --bs-color-secondary: #5c29be;
  --bs-color-secondary-50: #f4f1f8;
  --bs-color-secondary-100: #e3dcef;
  --bs-color-secondary-200: #c8b3ef;
  --bs-color-secondary-300: #a785e5;
  --bs-color-secondary-400: #885bdc;
  --bs-color-secondary-500: #6d35d4;
  --bs-color-secondary-600: #5c29be;
  --bs-color-secondary-700: #4a2097;
  --bs-color-secondary-800: #391976;
  --bs-color-secondary-900: #2b174f;
  --bs-color-secondary-950: #1c0f33;
  --bs-color-accent: #00adfe;
  --bs-color-accent-50: #eff7fa;
  --bs-color-accent-100: #d7ebf4;
  --bs-color-accent-200: #a3e2ff;
  --bs-color-accent-300: #6bd0ff;
  --bs-color-accent-400: #38c0ff;
  --bs-color-accent-500: #00adfe;
  --bs-color-accent-600: #0099e0;
  --bs-color-accent-700: #007db8;
  --bs-color-accent-800: #00628f;
  --bs-color-accent-900: #08435e;
  --bs-color-accent-950: #052b3d;
  --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: #111111;
  --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: #111111;

  /* Typography */
  --bs-font-heading: "var(--special-font)", Kraken-Product, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-font-body: Kraken-Product, "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 8.35:1 AA, black 1.45:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #331469 0%, #5c29be 100%);
  /* hero — worst-case contrast: white 7.68:1 AA, black 1.50:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #2e2843 0%, #554d7b 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 12.55:1 AA, black 1.28:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #3d2175 0%, #2a055d 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #442a7f 0%, #311066 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #35176c 0%, #230054 100%);
  --brand-gradient-button-ink: #ffffff;
}
