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

:root {
  /* Colors */
  --bs-color-primary: #24272a;
  --bs-color-primary-50: #f4f5f5;
  --bs-color-primary-100: #e4e6e7;
  --bs-color-primary-200: #cdd1d5;
  --bs-color-primary-300: #afb5bb;
  --bs-color-primary-400: #949ca4;
  --bs-color-primary-500: #7b858e;
  --bs-color-primary-600: #677079;
  --bs-color-primary-700: #545c63;
  --bs-color-primary-800: #42474d;
  --bs-color-primary-900: #303336;
  --bs-color-primary-950: #24272a;
  --bs-color-secondary: #182c52;
  --bs-color-secondary-50: #f2f4f8;
  --bs-color-secondary-100: #dee3ed;
  --bs-color-secondary-200: #b8caea;
  --bs-color-secondary-300: #8ca9de;
  --bs-color-secondary-400: #658bd2;
  --bs-color-secondary-500: #4170c8;
  --bs-color-secondary-600: #325eae;
  --bs-color-secondary-700: #294d8e;
  --bs-color-secondary-800: #203c6f;
  --bs-color-secondary-900: #182c52;
  --bs-color-secondary-950: #121d31;
  --bs-color-accent: #e9db9e;
  --bs-color-accent-50: #f8f7f1;
  --bs-color-accent-100: #eeebdd;
  --bs-color-accent-200: #e9db9e;
  --bs-color-accent-300: #e4d386;
  --bs-color-accent-400: #dac35d;
  --bs-color-accent-500: #d2b537;
  --bs-color-accent-600: #b79d2a;
  --bs-color-accent-700: #968022;
  --bs-color-accent-800: #74641a;
  --bs-color-accent-900: #4e4418;
  --bs-color-accent-950: #332c0f;
  --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: #24272a;
  --bs-color-text-50: #f4f5f5;
  --bs-color-text-100: #e4e6e7;
  --bs-color-text-200: #cdd1d5;
  --bs-color-text-300: #afb5bb;
  --bs-color-text-400: #949ca4;
  --bs-color-text-500: #7b858e;
  --bs-color-text-600: #677079;
  --bs-color-text-700: #545c63;
  --bs-color-text-800: #42474d;
  --bs-color-text-900: #303336;
  --bs-color-text-950: #24272a;

  /* Typography */
  --bs-font-heading: "Avenir Next Regular", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --bs-font-body: "Avenir Next Regular", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

  /* Brand gradient (derived) */
  /* worst-case contrast: white 7.39:1 AA, black 1.02:1 */
  --brand-gradient: linear-gradient(135deg in oklch shorter hue, #535659 0%, #24272a 50%, #020304 100%);
  /* hero — worst-case contrast: white 7.36:1 AA, black 1.02:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklch shorter hue, #555657 0%, #262728 50%, #030303 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 13.08:1 AA, black 1.24:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #2e3134 0%, #1b1d20 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #35393c 0%, #222528 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #26292c 0%, #141719 100%);
  --brand-gradient-button-ink: #ffffff;
}
