:root {
    --nav-bar-background: rgb(64, 86, 91);                 /* The background color of the nav bar and login screen */
    --nav-bar-button-background-hover: rgb(78, 112, 117);  /* The background color of the navigation buttons in the nav bar, when hovering */
    --nav-bar-foreground: rgb(255, 255, 255);        /* The text/icon color of the navigation buttons in the nav bar */
    --primary-button-foreground: rgb(255, 255, 255);       /* The text/icon color of the "main action" buttons, such as "save", "submit", "search" etc. */
    --primary-button-background: rgb(53, 117, 117);        /* The background color of main action buttons */
    --primary-button-background-hover: rgb(75, 153, 154);  /* The background color of main action buttons when hovering */
}
