:root {
    /* Default Fallback */
    --primary-color: #594AE2;
    --menu-font-family: 'Roboto', sans-serif;
}

/* Theme for 'ECommerce' client */
body.theme-YourNuttyLady {
    --primary-color: #ac832f;
	--mud-palette-primary: rgb(214, 163, 59) ;
    --mud-palette-primary-darken: #ac832f;
    --menu-font-family: 'Verdana', sans-serif;
}