:root, [data-bs-theme=light] {
    /* Grayscale */
    --tblr-gray: #4c496c;
    --tblr-gray-dark: #211d3b;
    --tblr-gray-100: #e2e8f0;
    --tblr-gray-200: #c8d3e1;
    --tblr-gray-300: #afbfcf;
    --tblr-gray-400: #96abc0;
    --tblr-gray-500: #7d97b0;
    --tblr-gray-600: #647ca2;
    --tblr-gray-700: #4b6193;
    --tblr-gray-800: #324784;
    --tblr-gray-900: #193075;

    /* Primary and Secondary Colors */
    --tblr-primary: #5C85D2;
    --tblr-secondary: #7ca8d9;

    /* Adjusted complementary colors */
    --tblr-success: #76c7a4; /* Softer green */
    --tblr-info: #6a9bc8; /* Blue, lighter than primary */
    --tblr-warning: #ffcc80; /* Softer orange */
    --tblr-danger: #e77d8e; /* Soft pink-red */
    --tblr-light: #f8fafc;
    --tblr-dark: #241f2d;
    --tblr-muted: #66626c;
    --tblr-tabler: #7c69ef;

    /* RGB values adjusted for new colors */
    --tblr-primary-rgb: 92, 133, 210;
    --tblr-secondary-rgb: 124, 168, 217;
    --tblr-success-rgb: 118, 199, 164;
    --tblr-info-rgb: 106, 155, 200;
    --tblr-warning-rgb: 255, 204, 128;
    --tblr-danger-rgb: 231, 125, 142;
    --tblr-light-rgb: 248, 250, 252;
    --tblr-dark-rgb: 36, 31, 45;
    --tblr-muted-rgb: 102, 98, 108;
    --tblr-tabler-rgb: 124, 105, 239;

    /* Text emphasis colors adjusted */
    --tblr-primary-text-emphasis: #40568b;
    --tblr-secondary-text-emphasis: #5e759f;
    --tblr-success-text-emphasis: #4a7c6f;
    --tblr-info-text-emphasis: #4b688a;
    --tblr-warning-text-emphasis: #b27a4b;
    --tblr-danger-text-emphasis: #8d4b58;
    --tblr-light-text-emphasis: #333152;
    --tblr-dark-text-emphasis: #333152;

    /* Subtle background colors adjusted */
    --tblr-primary-bg-subtle: #e5e8f9;
    --tblr-secondary-bg-subtle: #ebf0f7;
    --tblr-success-bg-subtle: #e0f2ec;
    --tblr-info-bg-subtle: #e1ebf5;
    --tblr-warning-bg-subtle: #fff0e1;
    --tblr-danger-bg-subtle: #f8e6ea;
    --tblr-light-bg-subtle: #f8fafc;
    --tblr-dark-bg-subtle: #4a6fb1;

    /* Subtle border colors adjusted */
    --tblr-primary-border-subtle: #c5d1e8;
    --tblr-secondary-border-subtle: #d2dce6;
    --tblr-success-border-subtle: #bce0d4;
    --tblr-info-border-subtle: #c3d5e9;
    --tblr-warning-border-subtle: #ffdbb0;
    --tblr-danger-border-subtle: #eec7d1;
    --tblr-light-border-subtle: #e2e8f0;
    --tblr-dark-border-subtle: #4a6fb1;

    --tblr-body-font-size: 0.875rem;
    --tblr-body-font-weight: 400;
    --tblr-body-line-height: 1.4285714286;
    --tblr-body-color: #2a3b5d;
    --tblr-body-color-rgb: 42, 59, 93;
    --tblr-body-bg: #f1f5f9;
    --tblr-body-bg-rgb: 241, 245, 249;
    --tblr-emphasis-color: #000;
    --tblr-emphasis-color-rgb: 0, 0, 0;
    --tblr-secondary-color: rgba(42, 59, 93, .75);
    --tblr-secondary-color-rgb: 42, 59, 93;
    --tblr-secondary-bg: #e2e8f0;
    --tblr-secondary-bg-rgb: 226, 232, 240;
    --tblr-tertiary-color: rgba(42, 59, 93, .5);
    --tblr-tertiary-color-rgb: 42, 59, 93;
    --tblr-tertiary-bg: #f1f5f9;
    --tblr-tertiary-bg-rgb: 241, 245, 249;
    --tblr-link-color: #5C85D2;
    --tblr-link-color-rgb: 92, 133, 210;
    --tblr-link-hover-color: #3b5f9e;
    --tblr-link-hover-color-rgb: 59, 95, 158;
    --tblr-border-color: #e7e6e7;
    --tblr-border-color-translucent: rgba(102, 98, 108, .16);
    --tblr-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --tblr-focus-ring-width: 0.25rem;
    --tblr-focus-ring-opacity: 0.25;
    --tblr-focus-ring-color: rgba(124, 105, 239, .25);
    --tblr-form-valid-color: #42ba96;
    --tblr-form-valid-border-color: #42ba96;
    --tblr-form-invalid-color: #df4759;
    --tblr-form-invalid-border-color: #df4759;
    --tblr-danger-text: var(--tblr-danger);
    --tblr-navbar-border-color: transparent;