:root {
    --monad-background-overlay: rgba(254, 254, 254, 0.5);
    --monad-background: #ffffff;
    --monad-background-contrast: #f5f5f5;
    --monad-border-color: #e7e7e7;
    --monad-border: 1px solid var(--monad-border-color);
    --monad-color: #2b2825;
    --monad-header-color: #2b2825;
    --monad-header-width: 1140px;
    --monad-header-link-color: #ffffff;
    --monad-header-link-color-hover: #ffffff;
    --monad-footer-inner: 1140px;
    --monad-content-width: 1140px;
    --monad-color-alt: #555555;
    --monad-link-color: #e37222;
    --monad-link-color-hover: #dd4814;
    --monad-default-background: #f2f2f2;
    --monad-default-border: 1px solid #f2f2f2;
    --monad-default-color: #2b2825;
    --monad-default-background-hover: #e7e7e7;
    --monad-default-border-hover: 1px solid #e7e7e7;
    --monad-default-color-hover: #2b2825;
    --monad-default-background-active: #ffffff;
    --monad-default-border-active: 1px solid #e7e7e7;
    --monad-default-color-active: #2b2825;
    --monad-default-color-focus: #2b2825;
    --monad-default-background-focus: #e7e7e7;
    --monad-default-border-focus: 1px solid #e7e7e7;
    --monad-nav-background: #4B4845;
    --monad-nav-border: 1px solid #4B4845;
    --monad-nav-color: #ffffff;
    --monad-nav-color-disabled: rgba(64, 64, 64,0.7);
    --monad-nav-background-hover: #4B4845;
    --monad-nav-border-hover: 1px solid #4B4845;
    --monad-nav-color-hover: #ffffff;
    --monad-nav-background-focus: #4B4845;
    --monad-nav-border-focus: 1px solid #4B4845;
    --monad-nav-color-focus: #ffffff;
    --monad-nav-background-active: #4B4845;
    --monad-nav-border-active: 1px solid #4B4845;
    --monad-nav-color-active: #ffffff;
    --monad-nav-background-selected: #4B4845;
    --monad-nav-border-selected: 1px solid #4B4845;
    --monad-nav-color-selected: #ffffff;
    --monad-button-background: #dd4814;
    --monad-button-border: 1px solid #dd4814;
    --monad-button-color: #ffffff;
    --monad-button-background-hover: #dd4814;
    --monad-button-border-hover: 1px solid #dd4814;
    --monad-button-color-hover: #ffffff;
    --monad-button-background-focus: #dd4814;
    --monad-button-border-focus: 1px solid #dd4814;
    --monad-button-color-focus: #ffffff;
    --monad-button-background-active: #ffffff;
    --monad-button-border-active: 1px solid #dd4814;
    --monad-button-color-active: #dd4814;
    --monad-highlight-background: #f1eac5;
    --monad-highlight-border: 1px solid #f1eac5;
    --monad-highlight-color: #2b2825;
    --monad-error-background: #fef1ec;
    --monad-error-border: 1px solid #fef1ec;
    --monad-error-color: #cd0a0a;
    --monad-box-shadow: 0 10px 10px rgba(0,0,0,.1);
    --monad-border-radius: 2px;
}
