:root {
    --background-default: 227, 240, 247;

    --primary-default: 36, 76, 90;
    --primary-lighter: 237, 238, 241;
    --primary-dark: 16, 24, 51;

    --secondary-default: 227, 240, 247;
    --secondary-lighter: 209, 248, 234;
    --secondary-dark: 61, 61, 62;

    --tertiary-default: 159, 125, 35;
    --tertiary-light: 249, 66, 58;
    --tertiary-dark: 48, 48, 49;

    --brand-default: 36, 76, 90;
    --brand-light: 210, 107, 115;
    --brand-dark: 139, 93, 100;

    --highlight-primary: 36, 76, 90;
    --highlight-secondary: 255, 168, 51;
    --highlight-tertiary: 185, 46, 62;
    --highlight-tertiary-light: 255, 221, 218;

    --gradient-left: 210, 107, 115;
    --gradient-right: 183, 31, 40;

    --button-primary-background: 36, 76, 90;
    --button-primary-text: 255, 255, 255;
    --button-primary-dark: 61, 61, 62;
    --button-primary-light: 237, 238, 241;
    --button-primary-disabled-background: 209, 248, 234;
    --button-primary-disabled-text: 184, 220, 208;

    --button-secondary-background: 255, 255, 255;
    --button-secondary-text: 36, 76, 90;
    --button-secondary-dark: 36, 76, 90;
    --button-secondary-light: 209, 248, 234;
    --button-secondary-disabled-background: 255, 255, 255;
    --button-secondary-disabled-text: 207, 207, 207;

    --button-tertiary-background: 255, 92, 57;
    --button-tertiary-text: 255, 255, 255;
    --button-tertiary-dark: 16, 24, 51;
    --button-tertiary-light: 237, 238, 242;
    --button-tertiary-disabled-background: 237, 238, 242;
    --button-tertiary-disabled-text: 207, 207, 207;

    --radio-button-selected: 255, 255, 255;
    --radio-button-selected-background: 36, 76, 90;
    --radio-button-background: 255, 255, 255;
    --radio-button-hovered-background: 185, 217, 235;
    --radio-button-text: 36, 76, 90;

    --hyperlink-default: 36, 76, 90;
    --hyperlink-hover: 255, 92, 57;

    --help-text-default: 36, 76, 90;
    --help-text-icon: 185, 46, 62;
    --help-text-secondary: 48, 48, 49;

    --placeholder-default: 207, 207, 207;

    --search-highlight: 223, 242, 248;
    --search-text: 48, 48, 49;

    --validation-pass: 159, 125, 35;
    --validation-fail: 185, 46, 62;
    --validation-fail-highlight: 255, 92, 57;

    --progress-default: 36, 76, 90;
    --progress-bar: 224, 224, 225;
    --progress-text: 1, 2, 3;
    --progress-background: 255, 255, 255;

    --editable-selection-border: 36, 76, 90;
    --editable-selection-background: 255, 255, 255;
    --editable-selection-text-primary: 36, 76, 90;
    --editable-selection-text-secondary: 48, 48, 49;

    --address-picker-default: 1, 2, 3;
    --address-picker-lookup-text: 61, 61, 62;
    --address-picker-button: 36, 76, 90;
    --address-picker-hover: 16, 24, 51;

    --interstitial-header-default: 185, 217, 235;
    --interstitial-header-text: 36, 76, 90;

    --calendar-border: 36, 76, 90;
    --calendar-text: 255, 92, 57;
    --calendar-month-text: 227, 240, 247;
    --calendar-header: 61, 61, 62;

    --text-accordion-default: 36, 76, 90;
    --text-accordion-hover: 255, 92, 5;
    
    --header-default: 255, 255, 255;
    --header-text: 36, 76, 90;
    --header-border: 1, 2, 3;
    --header-phone: 47, 204, 255;
    --header-phone-text: 61, 61, 62;

    --interstitial-header: 0, 0, 0;

    --footer-default: 255, 255, 255;
    --footer-text: 1, 2, 3;

    --card-background: 255, 255, 255;

    --black: 1, 2, 3;
    --white: 255, 255, 255;
    --grey: 198, 198, 198;
}

