:root {
	/*  Font Family  */
	--font-body: freight-sans-pro, sans-serif; /*500, 700 */
	--font-display: jay-gothic-urw, sans-serif; /*400, 700 */
	--font-display-alt: turbinado-pro, sans-serif; /*400, 700 */

	/*  Widths  */
	--width-compact: calc(var(--width-comfortable) * (2/3));
	--width-comfortable: 72ch;
	--width-double: calc(var(--width-comfortable) * 2);
	--width-base: 964px;
	--width-feature: 1440px;
	--width-fullscreen: 100vw;
	
	/*  Space  */
	--space-px: 1px;
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 12px;
	--space-4: 16px;
	--space-5: 20px;
	--space-6: 24px;
	--space-8: 32px;
	--space-10: 40px;
	--space-12: 48px;
	--space-16: 64px;
	--space-20: 80px;
	--space-24: 96px;
	--space-32: 128px;
	--space-40: 160px;
	--space-48: 192px;
	--space-56: 224px;
	--space-64: 256px;
	
	/*  Containers  */
	--container-single: calc(var(--width-comfortable) + var(--space-10));
	--container-double: calc(var(--width-double) + var(--space-24));
	
	/*  Font Size  */
	--text-xs: 0.75rem;
	--text-sm: 0.875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
	--text-2xl: 1.4375rem;
	--text-2xl-1: 1.75rem;
	--text-3xl: 1.875rem;
	--text-3xl-1: 2.0625rem;
	--text-3xl-2: 2.125rem;
	--text-4xl: 2.25rem;
	--text-4xl-half: 2.5rem;
	--text-4xl-1: 2.625rem;
	--text-4xl-2: 2.8125rem;
	--text-5xl: 3rem;
	--text-6xl: 3.4375rem;
	--text-7xl: 3.75rem;
	--text-7xl-1: 4.0625rem;
	--text-8xl: 5.3125rem;
	
	/*  Letter Spacing  */
	--tracking-tighter: -0.05em;
	--tracking-tight: -0.025em;
	--tracking-normal: 0em;
	--tracking-wide: 0.025em;
	--tracking-wider: 0.05em;
	--tracking-widest: 0.1em;
	
	/*  Line Height  */
	--leading-negative: 0.810em;
	--leading-none: 1;
	--leading-tight: 1.25;
	--leading-snug: 1.375;
	--leading-normal: 1.5;
	--leading-relaxed: 1.625;
	--leading-loose: 2;
	
	/*  Colors  */
	--black: #000;
	--black-22: #222222;
	--black-rich: #0B0020;
	--white: #fff;
	--dark-grey: #222;
	--blue: #40748E;
	--green: #81C8BD;
	--med-blue : #7b9eaf;
	--light-blue : #a0bac6;
	--green: #83c9bd;
	--med-green	: #a8d9d1;
	--light-green : #c1e3de;
	--yellow: #fcd96a;
	--med-yellow: #fde496;
	--light-yellow : #fdecb4;
	--dark-blue: #2a4857;
	--light-blue: #8CB1BC;
	--pale-blue: #81C8BD33;
	--grey: #595959;
	--med-grey: #9d9fa0;
	--ultralight-grey: #b9babb;
	--light-grey: #cccccc;
	--silver: #747678;
	--light-aqua: #D9EEEB;
	--aqua: #81C8BD;
	--blue-pattern-background: #396B85;
	--flipped-pattern-background: #5b8599;
	--background-pattern: url(/includes/public/assets/shared/pattern.svg);
	--background-pattern-flipped: url(/includes/public/assets/shared/pattern-flipped.svg);
	--background-pattern-light-green: url(/includes/public/assets/shared/pattern-light-green.svg);
	--background-pattern-light-detail: url(/includes/public/assets/shared/pattern-light-detail.svg);

	--background-pattern-size: 256px;


	--gray-hue: 215;
	--gray-100: hsl(var(--gray-hue), 45%, 98%);	--gray-200: hsl(var(--gray-hue), 38%, 95%);
	--gray-300: hsl(var(--gray-hue), 32%, 91%);
	--gray-400: hsl(var(--gray-hue), 25%, 84%);
	--gray-500: hsl(var(--gray-hue), 20%, 69%);
	--gray-600: hsl(var(--gray-hue), 15%, 52%);
	--gray-700: var(--black-22);
	--gray-800: var(--black-22);
	--gray-900: var(--black-22);
	
	--primary-color-hue: 210;
	--primary-color-100: var(--light-blue);
	--primary-color-200: var(--light-blue);
	--primary-color-300: var(--light-blue);
	--primary-color-400: var(--med-blue);
	--primary-color-500: var(--med-blue);
	--primary-color-600: var(--med-blue);
	--primary-color-700: var(--blue);
	--primary-color-800: var(--blue);
	--primary-color-900: var(--blue);
	
	--secondary-color-hue: 29;
	--secondary-color-100: var(--light-green);
	--secondary-color-200: var(--light-green);
	--secondary-color-300: var(--light-green);
	--secondary-color-400: var(--med-green);
	--secondary-color-500: var(--med-green);
	--secondary-color-600: var(--med-green);
	--secondary-color-700: var(--green);
	--secondary-color-800: var(--green);
	--secondary-color-900: var(--green);

	--tertiary-color-hue: 0;
	--tertiary-color-100: var(--light-yellow);
	--tertiary-color-200: var(--light-yellow);
	--tertiary-color-300: var(--light-yellow);
	--tertiary-color-400: var(--med-yellow);
	--tertiary-color-500: var(--med-yellow);
	--tertiary-color-600: var(--med-yellow);
	--tertiary-color-700: var(--yellow);
	--tertiary-color-800: var(--yellow);
	--tertiary-color-900: var(--yellow);
	
	/*  Shadows  */
	--shadow-xs: 0 0 0 1px rgba(0, 0, 0, 0.05);
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	--shadow-outline: 0 0 0 3px rgba(66, 153, 225, 0.5);

	/* Border Radii */
	--rounded-none: 0px;
	--rounded-sm: 0.125rem;
	--rounded-md: 0.375rem;
	--rounded-lg: 0.5rem;
	--rounded-xl: 0.75rem;
	--rounded-2xl: 1rem;
	--rounded-3xl: 1.5rem;
	--rounded-full: 9999px;
	--rounded-circle: 50%;

	/* Transitions */
	--transition-appendix: 0.25s ease;
  }