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

:root {
  /* Colors */
  --bs-color-primary: #1c1c1d;
  --bs-color-primary-50: #f5f5f5;
  --bs-color-primary-100: #e5e5e6;
  --bs-color-primary-200: #d0d0d2;
  --bs-color-primary-300: #b4b4b7;
  --bs-color-primary-400: #9a9a9e;
  --bs-color-primary-500: #828287;
  --bs-color-primary-600: #6e6e72;
  --bs-color-primary-700: #5a5a5e;
  --bs-color-primary-800: #464649;
  --bs-color-primary-900: #323234;
  --bs-color-primary-950: #1c1c1d;
  --bs-color-secondary: #434fcf;
  --bs-color-secondary-50: #f1f2f8;
  --bs-color-secondary-100: #dddfee;
  --bs-color-secondary-200: #b6bbec;
  --bs-color-secondary-300: #8991e1;
  --bs-color-secondary-400: #616bd6;
  --bs-color-secondary-500: #434fcf;
  --bs-color-secondary-600: #2e39b2;
  --bs-color-secondary-700: #262f92;
  --bs-color-secondary-800: #1d2472;
  --bs-color-secondary-900: #191e4d;
  --bs-color-secondary-950: #111332;
  --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: #1c1c1d;
  --bs-color-text-50: #f5f5f5;
  --bs-color-text-100: #e5e5e6;
  --bs-color-text-200: #d0d0d2;
  --bs-color-text-300: #b4b4b7;
  --bs-color-text-400: #9a9a9e;
  --bs-color-text-500: #828287;
  --bs-color-text-600: #6e6e72;
  --bs-color-text-700: #5a5a5e;
  --bs-color-text-800: #464649;
  --bs-color-text-900: #323234;
  --bs-color-text-950: #1c1c1d;

  /* Typography */
  --bs-font-heading: FlechaM, sans-serif;
  --bs-font-body: Poppins, "Inter Variable", Helvetica, ui-sans-serif, system-ui, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";

  /* Brand gradient (derived) */
  /* worst-case contrast: white 6.45:1 AA, black 1.23:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #1c1c1d 0%, #434fcf 100%);
  /* hero — worst-case contrast: white 6.11:1 AA, black 1.23:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #1c1c1c 0%, #56608a 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 15.30:1 AA, black 1.13:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #252527 0%, #131314 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #2d2d2e 0%, #1a1a1b 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #1e1e1f 0%, #0c0c0d 100%);
  --brand-gradient-button-ink: #ffffff;
}
