
:root
{
    --generalRadius:4px;
    --menuItemHeight:32px;
    --menuBigItemHeight:56px;
    --fontBoldWeight:600;

    --content_background:#f2f2f2;
    --content_color:#000000;

    --button_background:var(--d-Colors-Primary);
    --button_color:#fff;
    --warning_background:#f4516c;
    --warning_color:#fff;

    --marginSmall:8px;
    --paddingExtraSmall:4px;
    --paddingSmall:8px;
    --paddingSmall2:12px;

    --paddingMed2:16px;
    --paddingMed:24px;
    --paddingBig:32px;

    --fontSizeTitle: 16px;
    --fontSize1: 12px;
    --fontSize2: 14px;
    --fontSize4: 16px;
    --fontSize5: 18px;

    --colorGreen1:#7D9B79;
    --colorGreenLight:#becdbc;
    --colorGreenLighter:#e5ebe4;



    --blue: #36a3f7;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #5867dd;
    --secondary: #ebedf2;
    --success: #34bfa3;
    --info: #36a3f7;
    --warning: #ffb822;
    --danger: #f4516c;
    --light: #f8f9fa;
    --dark: #343a40;

    /* Danger / error surfaces (failed rows, cards, custom alerts) */
    --state-danger-fg: var(--red);
    --state-danger-border: #f3c8cc;
    --state-danger-bg-subtle: #fff3f4;
    --state-danger-bg: #fde8ea;
    --state-danger-bg-hover: #feecef;

}
