:root {    --ct-theme-accent: #4ab957;
    --ct-theme-primary: #1a194e;
    --ct-theme-background: #ffffff;
    --ct-border-default: #cccccc;
    --ct-border-light: #e9ecef;
    --ct-body-background: #f9f9f6;
    --ct-text-default: #000000;
    --ct-text-light: #ffffff;
    --ct-context-primary-color: #052c65;
    --ct-context-primary-background: #cfe2ff;
    --ct-context-secondary-color: #000000;
    --ct-context-secondary-background: #f8f9fa;
    --ct-context-success-color: #0a3622;
    --ct-context-success-background: #d1e7dd;
    --ct-context-danger-color: #58151c;
    --ct-context-danger-background: #f8d7da;
    --ct-context-warning-color: #664d03;
    --ct-context-warning-background: #fff3cd;
    --ct-context-info-color: #055160;
    --ct-context-info-background: #cff4fc;
    --ct-context-light-color: #000000;
    --ct-context-light-background: #f8f9fa;
    --ct-context-dark-color: #ffffff;
    --ct-context-dark-background: #212529;
    --ct-primary-default-color: #fff;
    --ct-primary-default-background: #1a194e;
    --ct-primary-hover-color: #ffffff;
    --ct-primary-hover-background: #248ac7;
    --ct-primary-disabled-color: #ffffff;
    --ct-primary-disabled-background: #dddddd;
    --ct-secondary-default-color: #ffffff;
    --ct-secondary-default-background: #555;
    --ct-secondary-hover-color: #ffffff;
    --ct-secondary-hover-background: #5c636a;
    --ct-secondary-disabled-color: #ffffff;
    --ct-secondary-disabled-background: #9fa4aa;
    --ct-light-default-color: #000000;
    --ct-light-default-background: #f8f9fa;
    --ct-light-hover-color: #000000;
    --ct-light-hover-background: #d3d4d5;
    --ct-light-disabled-color: #ffffff;
    --ct-light-disabled-background: #f8f9fa;
}
