:root {
    /* colors */
    --main: #181a1b;
    --accent: #000000;
    --text: #E8E6E3;

    --scrollbar: #5b6367;
    --scrollbar-hover: #4d5356;
    --scrollbar-background: #202324;

    --color-highlight: #d659f5;
}