:root {
/* Neutral */
--neutral-800: #303030;
--neutral-400: #919191;
--neutral-200: #cccccc;
--neutral-100: #e2e2e2;

/* Success */
--success-800: #033823;
--success-400: #02a65c;
--success-200: #1be181;
--success-100: #6ffcbb;

/* Caution */
--caution-800: #412c00;
--caution-400: #be8400;
--caution-200: #ffbd47;
--caution-100: #fdddb1;

/* Danger */
--danger-800: #640514;
--danger-400: #fe4e56;
--danger-200: #fea69f;
--danger-100: #fbdbd7;

/* Info */
--info-800: #033162;
--info-400: #4293ff;
--info-200: #a6c1ff;
--info-100: #dae3fb;

--tw-status-color-red: #fc6161;
    --tw-status-color-yellow: #ffbc44;
    --tw-status-color-green: #1be181;
    --tw-status-color-blue: #629ffc;
    --tw-status-color-gray: #cccccc;

    --tw-status-color-red-light: #fbe7e4;
    --tw-status-color-yellow-light: #fce8cd;
    --tw-status-color-green-light: #acfcd3;
    --tw-status-color-blue-light: #e6ebfb;
    --tw-status-color-gray-light: #ebebeb;

    --tw-status-color-red-dark: #670715;
    --tw-status-color-yellow-dark: #442e00;
    --tw-status-color-green-dark: #003b25;
    --tw-status-color-blue-dark: #083462;
    --tw-status-color-gray-dark: #323232;

}
