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

:root {
  /* Colors */
  --bs-color-primary: #d62311;
  --bs-color-primary-50: #faf1f0;
  --bs-color-primary-100: #f1dcda;
  --bs-color-primary-200: #f8b1aa;
  --bs-color-primary-300: #f48176;
  --bs-color-primary-400: #f05547;
  --bs-color-primary-500: #ed2e1d;
  --bs-color-primary-600: #d62311;
  --bs-color-primary-700: #aa1b0e;
  --bs-color-primary-800: #84150b;
  --bs-color-primary-900: #58140e;
  --bs-color-primary-950: #390d09;
  --bs-color-secondary: #a11b13;
  --bs-color-secondary-50: #f9f1f0;
  --bs-color-secondary-100: #f1dcda;
  --bs-color-secondary-200: #f5b0ad;
  --bs-color-secondary-300: #ef807b;
  --bs-color-secondary-400: #ea554d;
  --bs-color-secondary-500: #e52e24;
  --bs-color-secondary-600: #c92018;
  --bs-color-secondary-700: #a11b13;
  --bs-color-secondary-800: #80150f;
  --bs-color-secondary-900: #551411;
  --bs-color-secondary-950: #370d0b;
  --bs-color-accent: #0a70bc;
  --bs-color-accent-50: #f0f5fa;
  --bs-color-accent-100: #d9e7f2;
  --bs-color-accent-200: #a8d7fa;
  --bs-color-accent-300: #72bef8;
  --bs-color-accent-400: #42a7f5;
  --bs-color-accent-500: #1693f3;
  --bs-color-accent-600: #0b7ed5;
  --bs-color-accent-700: #0a70bc;
  --bs-color-accent-800: #075088;
  --bs-color-accent-900: #0c385a;
  --bs-color-accent-950: #08253b;
  --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: MecherleSans, sans-serif;
  --bs-font-body: MecherleSans, sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 2.59:1, black 2.06:1 */
  --brand-gradient: linear-gradient(135deg in oklch shorter hue, #ff7863 0%, #d62311 50%, #890000 100%);
  /* hero — worst-case contrast: white 4.58:1 AA, black 1.22:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklch shorter hue, #996a61 0%, #6c352b 50%, #321111 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 5.11:1 AA, black 3.06:1 AA-large */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #d62311 0%, #b90000 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #e1311f 0%, #c40000 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #cb1000 0%, #ac0000 100%);
  --brand-gradient-button-ink: #ffffff;
}
