:root {
    --cassiopeia-color-primary: #ffffff; /* Primary theme color to white */
    --cassiopeia-color-primary-rgb: 255,255,255;
    --cassiopeia-color-hover: #f0f0f0; /* Slight grey for hover */
    --cassiopeia-color-link: #000000; /* Text/link color for contrast */
    --body-bg: #ffffff; /* Page background */
    --body-color: #000000; /* Main text color */
}

.container-header .navbar-brand {
    margin-left: auto; /* Pushes the element to the right in a flexbox container */
    margin-right: 0;
    /* Optional: adjust padding or margins as needed */
    background-image: none !important; /* Removes the gradient */
}

