﻿:root,
:root.light {
    --bg-primary: white;
    --bg-secondary: #e6e6e6;
    --bg-icon: #eceef0;
    --bg-btn-secondary: #e8e8e8;
    --bg-disabled: #DDDDDD;
    --accent-dark: #002851;
    --accent-primary: #003468;
    --shadow: #cccccc;
    --text: black;
    --text-secondary: #282828;
    --text-grid-title: #535353;
    --text-icon: #7b7b7b;
    --danger: #e80000;
    --border-btn: #bdbdbd;
    --border-input: #d5d5d5;
}
/*
    :root.dark {
        --bg-primary: #201f1e;
        --bg-secondary: #323130;
        --accent-dark: #3b9cff;
        --accent-primary: #003468;
        --shadow: #151515;
        --text: #e1e1e1;
        --text-secondary: #999;
    }
*/
