:root {
--transparent: transparent;
--grey-green: #effff1;
--default-white: white;
--default-darkwhite: #f3f3f3;
--sw-info-color: #3490dc;
--theme-color-lighten-10: hsl(var(--theme-color),40%);
--theme-color-lighten-20: hsl(var(--theme-color),30%);
--theme-color-darken-10: hsl(var(--theme-color),60%);
--theme-color-darken-20: hsl(var(--theme-color),70%);
--grey: #B29B59;
--lightgrey: #B29B59;
--lightgrey1: #B29B59;
--lightgrey2: #B29B59;
--lightgrey3: #B29B59;
--lightergrey: #B29B59;
--darkgrey: #B29B59;
--whitesmoke: #B29B59;
--black: #B29B59;
--lightergrey: #B29B59;
--light-darkgrey: #B29B59;
--grey1: #B29B59;
--grey2: #B29B59;
--layout-row-shaddow-color-light: #B29B59;
--layout-row-shaddow-color-dark: #B29B59;
--calendar-selection-background-color: #000000;
--theme-color: #C1181D;
--theme-nav-backgroundcolor: #C1181D;
--theme-nav-color: #FFF;
--theme-nav-backgroundcolorhover: #FFF;
--theme-body-color: #C1181D;
--theme-heading-color: #FFF;
--theme-heading1-color: #FFF;
--theme-heading2-color: #FFF;
--theme-heading3-color: #FFF;
--theme-font-color: #FFF;
--theme-body-font-color: #FFF;
--theme-color-contrast: #FFF;
--donate-wizard-button-next-color: #B29B59;
--default-black: var(--black);
--default-grey: var(--grey);
--navbar-background-color: var(--theme-nav-backgroundcolor);
--navbar-collapsed-background-color: var(--whitesmoke);
--navbar-font-color: var(--theme-nav-color);
--navbar-collapsed-font-color: var(--default-black);
--page-title-border-color: var(--theme-color);
--footer-background-color: var(--theme-color);
--footer-font-color: var(--theme-color-contrast);
--cta-events-date-border-color: var(--theme-color);
}
