/*
 * Elastic — brand tokens
 * Generated by BrandSweets from the elastic-co BrandDoc (v3, schema 1). Do not edit by hand.
 */

:root {
  /* Colors */
  --bs-color-primary: #fc8204;
  --bs-color-primary-50: #faf5ef;
  --bs-color-primary-100: #f3e6d8;
  --bs-color-primary-200: #fed1a4;
  --bs-color-primary-300: #feb56d;
  --bs-color-primary-400: #fd9c3a;
  --bs-color-primary-500: #fc8204;
  --bs-color-primary-600: #de7002;
  --bs-color-primary-700: #b65c02;
  --bs-color-primary-800: #8d4701;
  --bs-color-primary-900: #5d3309;
  --bs-color-primary-950: #3d2106;
  --bs-color-secondary: #00a9e5;
  --bs-color-secondary-50: #eff7fa;
  --bs-color-secondary-100: #d7ecf4;
  --bs-color-secondary-200: #a3e7ff;
  --bs-color-secondary-300: #6bd8ff;
  --bs-color-secondary-400: #38caff;
  --bs-color-secondary-500: #0abeff;
  --bs-color-secondary-600: #00a9e5;
  --bs-color-secondary-700: #0087b8;
  --bs-color-secondary-800: #00698f;
  --bs-color-secondary-900: #08475e;
  --bs-color-secondary-950: #052e3d;
  --bs-color-accent: #0d6efd;
  --bs-color-accent-50: #eff4fa;
  --bs-color-accent-100: #d8e3f3;
  --bs-color-accent-200: #a4c8fe;
  --bs-color-accent-300: #6da7fe;
  --bs-color-accent-400: #3a88fd;
  --bs-color-accent-500: #0d6efd;
  --bs-color-accent-600: #025ade;
  --bs-color-accent-700: #024ab6;
  --bs-color-accent-800: #01398d;
  --bs-color-accent-900: #092b5d;
  --bs-color-accent-950: #061c3d;
  --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: Inter, sans-serif;
  --bs-font-body: Inter, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 2.38:1, black 7.81:1 AA */
  --brand-gradient: linear-gradient(135deg in oklch shorter hue, #fc8204 0%, #00a9e5 100%);
  /* hero — worst-case contrast: white 2.42:1, black 7.70:1 AA; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklch shorter hue, #c89e82 0%, #7da2b6 100%);
  --brand-gradient-hero-ink: #000000;
  /* button — worst-case contrast: white 2.28:1, black 7.18:1 AA */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #ff8f25 0%, #ee7500 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #ff9f50 0%, #f87f00 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #ff8510 0%, #e36c00 100%);
  --brand-gradient-button-ink: #000000;
}
