/*
 * Confluent — brand tokens
 * Generated by BrandSweets from the confluent-io BrandDoc (v3, schema 1). Do not edit by hand.
 */

:root {
  /* Colors */
  --bs-color-primary: #143464;
  --bs-color-primary-50: #f1f4f9;
  --bs-color-primary-100: #dce4ef;
  --bs-color-primary-200: #b2cbf0;
  --bs-color-primary-300: #84abe7;
  --bs-color-primary-400: #598ede;
  --bs-color-primary-500: #3374d7;
  --bs-color-primary-600: #2561bb;
  --bs-color-primary-700: #1e4f99;
  --bs-color-primary-800: #143464;
  --bs-color-primary-900: #162d50;
  --bs-color-primary-950: #0e1d34;
  --bs-color-secondary: #0079ff;
  --bs-color-secondary-50: #eff4fa;
  --bs-color-secondary-100: #d7e5f4;
  --bs-color-secondary-200: #a3ceff;
  --bs-color-secondary-300: #6bb0ff;
  --bs-color-secondary-400: #3895ff;
  --bs-color-secondary-500: #0079ff;
  --bs-color-secondary-600: #0069e0;
  --bs-color-secondary-700: #0056b8;
  --bs-color-secondary-800: #00438f;
  --bs-color-secondary-900: #08305e;
  --bs-color-secondary-950: #051f3d;
  --bs-color-accent: #0daccc;
  --bs-color-accent-50: #f0f8fa;
  --bs-color-accent-100: #d9eef2;
  --bs-color-accent-200: #a9ecf9;
  --bs-color-accent-300: #74e0f6;
  --bs-color-accent-400: #44d6f3;
  --bs-color-accent-500: #19ccf0;
  --bs-color-accent-600: #0daccc;
  --bs-color-accent-700: #0b92ad;
  --bs-color-accent-800: #097186;
  --bs-color-accent-900: #0d4c59;
  --bs-color-accent-950: #08323a;
  --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: Poppins, sans-serif;
  --bs-font-body: Poppins, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 4.05:1 AA-large, black 1.71:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #143464 0%, #0079ff 100%);
  /* hero — worst-case contrast: white 4.65:1 AA, black 1.48:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #232b3a 0%, #5776a2 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 10.48:1 AA, black 1.47:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #1f3f70 0%, #092958 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #264779 0%, #113161 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #173767 0%, #022150 100%);
  --brand-gradient-button-ink: #ffffff;
}
