:root {
    /* Primary Color Palette */
    --hc-primary-900: #F0F5FF;
    --hc-primary-800: #ADB8E1;
    --hc-primary-700: #8192CF;
    --hc-primary-600: #576EC1;
    --hc-primary-500: #2F4BB1;
    --hc-primary-400: #253C8D;
    --hc-primary-300: #1C2D69;
    --hc-primary-200: #131F49;
    --hc-primary-100: #091024;

    /* Secondary Color Palette */
    --hc-secondary-900: #FFF5E0;
    --hc-secondary-800: #FFEDC2;
    --hc-secondary-700: #FFDA85;
    --hc-secondary-600: #FFD166;
    --hc-secondary-500: #FFBF29;
    --hc-secondary-400: #D9A220;
    --hc-secondary-300: #B6871B;
    --hc-secondary-200: #926D16;
    --hc-secondary-100: #241B05;

    /* Tertiary Color Palette */
    --hc-tertiary-900: #F9DCE1;
    --hc-tertiary-800: #F4BEC5;
    --hc-tertiary-700: #E77987;
    --hc-tertiary-600: #DC4156;
    --hc-tertiary-500: #D5152F;
    --hc-tertiary-400: #B51228;
    --hc-tertiary-300: #8F0F20;
    --hc-tertiary-200: #5D0913;
    --hc-tertiary-100: #1C0306;

    /* Success Color Palette */
    --hc-success-900: #CCEED4;
    --hc-success-800: #99DEA9;
    --hc-success-700: #66CD7F;
    --hc-success-600: #00AD2A;
    --hc-success-500: #00801F;
    --hc-success-400: #006A19;
    --hc-success-300: #005514;
    --hc-success-200: #004510;
    --hc-success-100: #002208;

    /* Warning Color Palette */
    --hc-warning-900: #FFE4D5;
    --hc-warning-800: #FFC9AB;
    --hc-warning-700: #FFAE81;
    --hc-warning-600: #FF9357;
    --hc-warning-500: #FF792E;
    --hc-warning-400: #CC6024;
    --hc-warning-300: #99481B;
    --hc-warning-200: #653012;
    --hc-warning-100: #321809;

    /* Danger Color Palette */
    --hc-danger-900: #F6D0D5;
    --hc-danger-800: #EEA1AB;
    --hc-danger-700: #E57281;
    --hc-danger-600: #DD4357;
    --hc-danger-500: #D5152E;
    --hc-danger-400: #AA1024;
    --hc-danger-300: #7F0C1B;
    --hc-danger-200: #550812;
    --hc-danger-100: #2A0409;

    /* Neutral Color Palette */
    --hc-neutral-900: #F9FAFB;
    --hc-neutral-800: #F8F9FC;
    --hc-neutral-700: #F3F5F8;
    --hc-neutral-600: #EDF0F5;
    --hc-neutral-500: #E1E6EF;
    --hc-neutral-400: #737382;
    --hc-neutral-300: #45454E;
    --hc-neutral-200: #2D2D33;
    --hc-neutral-100: #161619;

    /* Other Colors */
    --hc-white: #FFFFFF;

    /* Transparencies */
    --hc-box-shadow: #1A2C801A;
    --hc-box-shadow-border: #FFFFFF33;

	/* Text Colors */
	--hc-text-color-default: var(--hc-neutral-100);
	--hc-text-color-heading: var(--hc-primary-400);
    --hc-text-color-blue: var(--hc-primary-500);
    --hc-text-color-white: var(--hc-neutral-900);
    --hc-text-color-disabled: var(--hc-neutral-400);

    /* Clears Default Site Spacing */
    --dxp-c-section-content-spacing-block-start: 0;
    --dxp-c-section-content-spacing-inline-end: 0;
    --dxp-c-section-content-spacing-block-end: 0;
    --dxp-c-section-content-spacing-inline-start: 0;
    --dxp-c-section-content-spacing-block-start-mobile: 0;
    --dxp-c-section-content-spacing-inline-end-mobile: 0;
    --dxp-c-section-content-spacing-block-end-mobile: 0;
    --dxp-c-section-content-spacing-inline-start-mobile: 0;
    --dxp-c-section-columns-max-width: none;

    /* Sets Max Width */
    --hc-max-width: 1140px;
}