:root {
    --n50: #F8F8F8;
    --n100: #F1F1F1;
    --n200: #DEDFDF;
    --n300: #CECFD0;
    --n400: #AEB0B1;
    --n500: #898B8D;
    --n600: #6D6F71;
    --n700: #4C4E50;
    --n800: #313233;
    --n900: #1A1B1C;
    /*Brand*/
    --b50: #fff3e0;
    --b100: #ffe0b2;
    --b200: #ffcc80;
    --b300: #ffb74d;
    --b400: #ffa726;
    --b500: #ea6810;
    --b600: #fb8c00;
    --b700: #f57c00;
    --b800: #ef6c00;
    --b900: #e65100;
    /*Additional*/
    --a-positive: #0E8403;
    --a-warning: #F9CA1F;
    --a-negative: #C52707;
    --a-information: #0546C7;

    /*Cell editor connected cell colors*/
    --editable: #00BFFF;
    --edited: #228B22;

    --editable-dark: #94faff;
    --edited-dark: #00e583;
}
