:root {
    --color-link: #722f37;
    --color-link-hover: #5a242b;
    --color-toolbar-button-action: #722f37;
}
.button.primary,
.btn-primary,
.formbuttons input[type=submit].mainaction,
button.mainaction { background-color: #722f37 !important; border-color: #5a242b !important; }
.button.primary:hover, .btn-primary:hover { background-color: #5a242b !important; }
a, a:visited { color: #722f37; }
a:hover { color: #5a242b; }
.menu .selected a, .menu .selected, .listing tr.selected td { background-color: #722f37 !important; color: #fff !important; }
#layout-sidebar .menu li.selected > a { color: #fff; }
.logo img, img.logo { max-height: 56px; }
