:root {
  --token-border-radius-base: 8px;
  --token-border-width-base: 2px;
  --token-breakpoint-mobile-small: 320px;
  --token-breakpoint-mobile: 375px;
  --token-breakpoint-mobile-medium: 375px;
  --token-breakpoint-mobile-large: 425px;
  --token-breakpoint-tablet: 768px;
  --token-breakpoint-tablet-large: 1024px;
  --token-breakpoint-laptop: 1024px;
  --token-breakpoint-laptop-medium: 1280px;
  --token-breakpoint-laptop-large: 1440px;
  --token-breakpoint-web-max: 1600px;
  --token-color-brand-primary-light: #eae2ff;
  --token-color-brand-primary: #5700ff;
  --token-color-brand-primary-dark: #460f9e;
  --token-color-brand-secondary-light: #d2ffff;
  --token-color-brand-secondary: #3fc4d2;
  --token-color-brand-secondary-dark: #3fc4d2;
  --token-color-brand-accent-primary: #3fc4d2;
  --token-color-brand-accent-secondary: #f0615e;
  --token-color-core-white: #ffffff;
  --token-color-core-ultra-light-grey: #f5f5f5;
  --token-color-core-light-grey: #e0e0e0;
  --token-color-core-grey: #b3b3b3;
  --token-color-core-dark-grey: #666666;
  --token-color-core-ultra-dark-grey: #333333;
  --token-color-core-black: #000000;
  --token-color-core-blurple: #5700ff;
  --token-color-core-dark-blurple: #460f9e;
  --token-color-core-ultra-light-red: #fdefee;
  --token-color-core-light-red: #f6a09e;
  --token-color-core-red: #f0615e;
  --token-color-core-dark-red: #a84341;
  --token-color-core-ultra-dark-red: #481d1c;
  --token-color-core-light-blue: #bfefff;
  --token-color-core-light-purple: #eae2ff;
  --token-color-core-light-pink: #ffe6e6;
  --token-color-core-teal: #3fc4d2;
  --token-color-core-light-teal: #d2ffff;
  --token-color-core-orange: #ffa959;
  --token-color-core-light-orange: #fff2e6;
  --token-color-core-ultra-light-green: #e5f9ef;
  --token-color-core-light-green: #66e0a3;
  --token-color-core-green: #00cc66;
  --token-color-core-dark-green: #008e47;
  --token-color-core-ultra-dark-green: #003d1e;
  --token-color-core-ultra-light-yellow: #fdfae5;
  --token-color-core-light-yellow: #f4e467;
  --token-color-core-yellow: #eed202;
  --token-color-core-dark-yellow: #a69301;
  --token-color-core-ultra-dark-yellow: #473f00;
  --token-color-social-facebook: #3b5998;
  --token-color-social-twitter: #1da1f2;
  --token-color-social-youtube: #ff0000;
  --token-color-status-positive-ultra-light: #e5f9ef;
  --token-color-status-positive-light: #66e0a3;
  --token-color-status-positive: #00cc66;
  --token-color-status-positive-dark: #008e47;
  --token-color-status-positive-ultra-dark: #003d1e;
  --token-color-status-caution-ultra-light: #fdfae5;
  --token-color-status-caution-light: #f4e467;
  --token-color-status-caution: #eed202;
  --token-color-status-caution-dark: #a69301;
  --token-color-status-caution-ultra-dark: #473f00;
  --token-color-status-negative-ultra-light: #fdefee;
  --token-color-status-negative-light: #f6a09e;
  --token-color-status-negative: #f0615e;
  --token-color-status-negative-dark: #a84341;
  --token-color-status-negative-ultra-dark: #481d1c;
  --token-text-letter-spacing-shrink-small: -0.25px;
  --token-text-letter-spacing-shrink-medium: -0.5px;
  --token-text-letter-spacing-shrink-large: -1px;
  --token-text-line-height-base: 1.5;
  --token-text-line-height-small: 1.3;
  --token-text-line-height-extra-small: 1.15;
  --token-text-size-headline-1-mobile: 40px;
  --token-text-size-headline-1-desktop: 56px;
  --token-text-size-headline-2-mobile: 36px;
  --token-text-size-headline-2-desktop: 48px;
  --token-text-size-headline-3-mobile: 24px;
  --token-text-size-headline-3-desktop: 36px;
  --token-text-size-headline-4-mobile: 20px;
  --token-text-size-headline-4-desktop: 30px;
  --token-text-size-headline-5-mobile: 18px;
  --token-text-size-headline-5-desktop: 24px;
  --token-text-size-headline-6-mobile: 18px;
  --token-text-size-headline-6-desktop: 18px;
  --token-text-size-eyebrow: 14px;
  --token-text-size-body-large: 24px;
  --token-text-size-body: 18px;
  --token-text-size-body-small: 16px;
  --token-text-size-caption: 14px;
  --token-text-size-footnote: 12px;
  --token-text-stack-sans-primary: 'Sofia Pro', Arial, Helvetica, sans-serif;
  --token-text-stack-serif-primary: serif;
  --token-text-stack-monospace-primary: monospace;
  --token-whitespace-half: 2px;
  --token-whitespace-base: 4px;
  --token-whitespace-x-1: 4px;
  --token-whitespace-x-2: 8px;
  --token-whitespace-x-3: 12px;
  --token-whitespace-x-4: 16px;
  --token-whitespace-x-5: 20px;
  --token-whitespace-x-6: 24px;
  --token-whitespace-x-7: 28px;
  --token-whitespace-x-8: 32px;
  --token-whitespace-x-9: 36px;
  --token-whitespace-x-10: 40px;
  --token-whitespace-x-11: 44px;
  --token-whitespace-x-12: 48px;
  --token-whitespace-x-13: 52px;
  --token-whitespace-x-14: 56px;
  --token-whitespace-x-15: 60px;
  --token-whitespace-x-16: 64px;
  --token-whitespace-x-17: 68px;
  --token-whitespace-x-18: 72px;
  --token-whitespace-x-19: 76px;
  --token-whitespace-x-20: 80px;
  --token-whitespace-x-21: 84px;
  --token-whitespace-x-22: 88px;
  --token-whitespace-x-23: 92px;
  --token-whitespace-x-24: 96px;
  --token-whitespace-x-25: 100px;
  --token-whitespace-x-26: 104px;
  --token-whitespace-x-27: 108px;
  --token-whitespace-x-28: 112px;
  --token-whitespace-x-29: 116px;
  --token-whitespace-x-30: 120px;
}
