
:root {
	--border-divider-height: 8px;
	--border-divider-width: 180px;
	--border-width-thick: 4px;
	--border-width-base: 2px;
	--border-width-thin: 1px;
	--border-width-none: 0px;
	--border-radius-full: 9999px;
	--border-radius-xl: 12px;
	--border-radius-lg: 8px;
	--border-radius-md: 6px;
	--border-radius-base: 4px;
	--border-radius-sm: 2px;
	--border-radius-none: 0px;
	--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .04);
	--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05);
	--shadow-md: 0 4px 6px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);
	--shadow-base: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
	--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);
	--spacing-4xl: 64px;
	--spacing-3xl: 48px;
	--spacing-2xl: 40px;
	--spacing-xl: 32px;
	--spacing-lg: 24px;
	--spacing-md: 16px;
	--spacing-sm: 8px;
	--spacing-xs: 4px;
	--spacing-0: 0px;
	--typography-line-height-relaxed: 1.75;
	--typography-line-height-normal: 1.5;
	--typography-line-height-tight: 1.2;
	--typography-font-weight-bold: 700;
	--typography-font-weight-semibold: 600;
	--typography-font-weight-medium: 500;
	--typography-font-weight-normal: 400;
	--typography-font-size-5xl: 48px;
	--typography-font-size-4xl: 36px;
	--typography-font-size-3xl: 30px;
	--typography-font-size-2xl: 24px;
	--typography-font-size-xl: 20px;
	--typography-font-size-lg: 18px;
	--typography-font-size-base: 16px;
	--typography-font-size-sm: 14px;
	--typography-font-size-xs: 12px;
	--typography-font-family-heading: "Prompt", sans-serif;
	--typography-font-family-base: "Nunito Sans", sans-serif;
	--color-navigation-dropdown-gradient-end: #ece2da;
	--color-navigation-dropdown-gradient-start: #fff7f0;
	--color-navigation-cta-background: #6edad5;
	--color-navigation-active: #ecbe5d;
	--color-navigation-background: #133844;
	--color-container-card-blue: #245868;
	--color-container-blue: #133844;
	--color-container-cream: #fff7f0;
	--color-text-tertiary: #8a8a8a;
	--color-text-secondary: #737471;
	--color-text-primary: #373935;
	--color-neutral-gray-100: #f5f5f5;
	--color-neutral-gray-500: #8a8a8a;
	--color-neutral-gray-700: #737471;
	--color-neutral-gray-900: #373935;
	--color-neutral-white: #fff;
	--color-neutral-black: #000;
	--color-brand-sunrise: #f5bc47;
	--color-brand-accent: #f93500;
	--color-brand-secondary: #df5c28;
	--color-brand-primary-rgb: #f05100;
	--color-brand-spring: #7cc24c;
	--color-brand-blush: #c64a9a;
	--color-brand-primary: #ff5000;
}
