:root {
    --c-focus: #272B36; /* Sidebar hover, titles, icons... */
    --c-primary: #313332; /* Table headers */
    --c-secondary: #7600CB; /* Big buttons color */
    --c-btn: #7600CB; /* Default color */
    --c-gradient: linear-gradient(to right, #7F04F3, #F245F2); /* Login & header gradient */

    --c-danger: #FD5D5B;
    --c-primary-light: #84c8ff;
}
