:root {
    --p-primary-color: #d7b56d;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #fbf8f0;
    --p-primary-100: #f5eddb;
    --p-primary-200: #ebdab6;
    --p-primary-300: #e1c892;
    --p-primary-400: #dbbc7c;
    --p-primary-500: #d7b56d;
    --p-primary-600: #c2a362;
    --p-primary-700: #ac9157;
    --p-primary-800: #977f4c;
    --p-primary-900: #76643c;
    --p-surface-50: #fbf8f0;
    --p-surface-100: #f5eddb;
    --p-surface-200: #ebdab6;
    --p-surface-300: #e1c892;
    --p-surface-400: #dbbc7c;
    --p-surface-500: #d7b56d;
    --p-surface-600: #c2a362;
    --p-surface-700: #ac9157;
    --p-surface-800: #977f4c;
    --p-surface-900: #76643c;
}
.ui-selectonemenu .ui-selectonemenu-trigger, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger,.ui-button-text, .BounceColor::before, .BounceColor .ui-button-text::before {
	background: #d7b56d;
}
.LayoutDynamic .SiteTopBar {
 	background-color: rgba(215, 181, 109,0.5);

}
.ui-notificationbar {
 	background-color: rgba(215, 181, 109,0.9);
}
.RoomTitle {
	font-weight: 700;
}