body.theme-desert-bloom {
  --primary-color: #c56a43;
  --secondary-color: #c56a43;
  --background-color: #fdfdfd;
  --font-family: 'Montserrat', sans-serif;
  --header-font-family: 'Lustria', serif;
  --text-color: #000000;
  --header-text-color: #b2511a;
  --button-text-color: #fff;
  --card-background: #fdfdfd;
  --header-background: #f8ecdd;
  --card-shadow: 0 2px 4px rgba(0,0,0,0.1);
  --footer-background: #f8ecdd;
  --menubar-color: #4b6a4a;
}

body.theme-desert-bloom {

  --primary-color: #c56a43;

  --secondary-color: #c56a43;

  --background-color: #fdfdfd;

  --font-family: 'Montserrat', sans-serif;

  --header-font-family: 'Lustria', serif;

  --text-color: #000000;

  --header-text-color: #b2511a;

  --button-text-color: #fff;

  --card-background: #fdfdfd;

  --header-background: #f8ecdd;

  --card-shadow: 0 2px 4px rgba(0,0,0,0.1);

  --footer-background: #f8ecdd;

  --color-primary-end: #b2511a;

  --menubar-color: #4b6a4a;

}