
@charset "UTF-8";
:root, [data-bs-theme=light], [data-menu-theme=light] {
    /* Main Color */
    --tblr-primary: #C53236;
    --tblr-primary-rgb: 197, 50, 54;
    --tblr-link-color: #C53236;
    --tblr-link-color-rgb: 197, 50, 54;
    --tblr-focus-ring-color: rgba(197, 50, 54, 0.25);
    --bg-switch-checked-color: #C53236;

    /* Background Color */
    --tblr-body-bg: #EBDDD9;
    --tblr-body-bg-rgb: 235, 221, 217;

    /* Additional Accent (used here as Danger) */
    --tblr-danger: #D0807E;
    --tblr-danger-rgb: 208, 128, 126;
    --tblr-danger-text-emphasis: #a75754; /* adjust as needed */
    --tblr-danger-bg-subtle: #f9dade;
    --tblr-danger-border-subtle: #f2b5bd;

    /* White for light sections */
    --tblr-light: #ffffff;
    --tblr-light-rgb: 255, 255, 255;

    /* Optional: Set secondary color */
    --tblr-secondary: #df4759;
    --tblr-secondary-rgb: 235, 221, 217;
    --tblr-secondary-text-emphasis: #b89993; /* adjust contrast as needed */

    /* Other default variables remain unchanged */
    --tblr-gray: #4c496c;
    --tblr-gray-dark: #211d3b;
    --tblr-gray-100: #f1f5f9;
    --tblr-gray-200: #e2e8f0;
    --tblr-gray-300: #c8d3e1;
    --tblr-gray-400: #c9c1d6;
    --tblr-gray-500: #736c91;
    --tblr-gray-600: #4c496c;
    --tblr-gray-700: #333152;
    --tblr-gray-800: #211d3b;
    --tblr-gray-900: #1a0f2a;
    --tblr-success: #42ba96;
    --tblr-info: #467fd0;
    --tblr-warning: #ffc107;
    --tblr-dark: #241f2d;
    --tblr-muted: #66626c;
    --tblr-tabler: #7c69ef;
    --tblr-tabler-rgb: 124, 105, 239;
    --tblr-success-text-emphasis: #1a4a3c;
    --tblr-info-text-emphasis: #1c3353;
    --tblr-warning-text-emphasis: #664d03;
    --tblr-light-text-emphasis: #333152;
    --tblr-dark-text-emphasis: #333152;
    --tblr-primary-bg-subtle: #e5e1fc;
    --tblr-secondary-bg-subtle: #edeef1;
    --tblr-success-bg-subtle: #d9f1ea;
    --tblr-info-bg-subtle: #dae5f6;
    --tblr-warning-bg-subtle: #fff3cd;
    --tblr-dark-bg-subtle: #a09bbe;
    --tblr-primary-border-subtle: #cbc3f9;
    --tblr-secondary-border-subtle: #dbdde4;
    --tblr-success-border-subtle: #b3e3d5;
    --tblr-info-border-subtle: #b5ccec;
    --tblr-warning-border-subtle: #ffe69c;
    --tblr-light-border-subtle: #e2e8f0;
    --tblr-dark-border-subtle: #736c91;
    --tblr-body-font-size: 0.875rem;
    --tblr-body-font-weight: 400;
    --tblr-body-line-height: 1.4285714286;
    --tblr-body-color: #241f2d;
    --tblr-body-color-rgb: 36, 31, 45;
    --tblr-emphasis-color: #000;
    --tblr-emphasis-color-rgb: 0, 0, 0;
    --tblr-secondary-color: rgba(36, 31, 45, 0.75);
    --tblr-secondary-color-rgb: 36, 31, 45;
    --tblr-tertiary-color: rgba(36, 31, 45, 0.5);
    --tblr-tertiary-color-rgb: 36, 31, 45;
    --tblr-tertiary-bg: #f1f5f9;
    --tblr-tertiary-bg-rgb: 241, 245, 249;
    --tblr-link-hover-color: #6354bf;
    --tblr-link-hover-color-rgb: 99, 84, 191;
    --tblr-border-color: #e7e6e7;
    --tblr-border-color-translucent: rgba(102, 98, 108, 0.16);
    --tblr-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --tblr-focus-ring-width: 0.25rem;
    --tblr-focus-ring-opacity: 0.25;
    --tblr-form-valid-color: #42ba96;
    --tblr-form-valid-border-color: #42ba96;
    --tblr-form-invalid-color: #df4759;
    --tblr-form-invalid-border-color: #df4759;
    --tblr-navbar-border-color: transparent;
}

[data-bs-theme=dark], [data-menu-theme=dark] {
    --tblr-body-bg: #181818;
    --tblr-body-bg-rgb: 24, 24, 24;
    --tblr-body-color: #EBDDD9;
    --tblr-body-color-rgb: 235, 221, 217;

    --tblr-emphasis-color: #ffffff;
    --tblr-emphasis-color-rgb: 255, 255, 255;

    --tblr-secondary-bg: #2e2e2e;
    --tblr-secondary-bg-rgb: 46, 46, 46;
    --tblr-tertiary-bg: #1e1e1e;
    --tblr-tertiary-bg-rgb: 30, 30, 30;

    --tblr-secondary-color: rgba(235, 221, 217, 0.75);
    --tblr-secondary-color-rgb: 235, 221, 217;
    --tblr-tertiary-color: rgba(235, 221, 217, 0.5);
    --tblr-tertiary-color-rgb: 235, 221, 217;

    --tblr-primary: #C53236;
    --tblr-primary-rgb: 197, 50, 54;
    --tblr-primary-text-emphasis: #C53236;
    --tblr-link-color: #C53236;
    --tblr-link-color-rgb: 197, 50, 54;
    --tblr-link-hover-color: #e45c60;
    --tblr-link-hover-color-rgb: 228, 92, 96;

    --tblr-danger: #D0807E;
    --tblr-danger-rgb: 208, 128, 126;
    --tblr-danger-text-emphasis: #D0807E;
    --tblr-danger-bg-subtle: #3a1c1e;
    --tblr-danger-border-subtle: #4a2a2d;

    --tblr-light: #ffffff;
    --tblr-light-rgb: 255, 255, 255;


    --tblr-border-color: #20202b;
    --tblr-border-color-translucent: rgba(32, 32, 43, 0.5);
    --tblr-form-valid-color: #93c29a;
    --tblr-form-valid-border-color: #93c29a;
    --tblr-form-invalid-color: #d69090;
    --tblr-form-invalid-border-color: #d69090;

    --tblr-bg-surface: #221e26;
    --tblr-navbar-bg: var(--tblr-bg-surface);
    --tblr-dark-mode-border-color: #302b33;
    --tblr-bg-main-color: #181818;
    --tblr-bg-forms: var(--tblr-dark-mode-border-color);

    --tblr-navbar-color: rgba(255, 255, 255, 0.7);
    --tblr-bg-surface-tertiary: #ffffff02;
    --tblr-navbar-border-color: transparent;
}

/* Custom styles */
.nav-brand {
    font-size: 14px !important;
}
