:root {
    --c-focus: #0a79a2; /* Sidebar hover, titles, icons... */ 
    --c-primary: #0085C2; /* Table headers */
    --c-secondary: #a3d16e; /* Big buttons color */
    --c-btn: #0a79a2; /* Default color */
    --c-gradient: linear-gradient(to right, #164b61, #16c074); /* Login & header gradient */

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