:root {
    --body-bg: #ffffff;
    --body-color: #000000;
    --cassiopeia-color-primary: #ffffff; /* Sets header/primary to white */
    --cassiopeia-color-hover: #f0f0f0;
    --cassiopeia-color-link: #000000;
}

body {
    background-color: #ffffff;
}

.header {
    background-color: #ffffff;

}

.site-description {
    color: #ff0025 !important; /* Replace with your preferred color code */
    font-size: 20px !important;  /* Optional: adjust size if needed */
}

/* Change font size of main menu items */
.jux-vertical-menu ul.menu li a {
    font-size: 20px !important;
}

/* Change font size of submenu items */
.jux-vertical-menu ul.menu ul li a {
    font-size: 18px !important;
}