:root {
    --color-main-text-black: #151515;
    --color-nonmain-text-black: rgba(44, 44, 44, 0.4);
    --color-main-text-white: #E0E0E0;
    --color-nonmain-text-white: #A0A0A0;
    --color-bg-behind: #2F3440;
    --color-1button: #202020;
    --color-2button: rgba(32, 32, 32, 0.6);
    --color-error: #E94560;
}