@charset "UTF-8";
:root{
    --body-bg:#e1e0c7;
    --header-bg:#5d6146;
    --nav-curr-bg:#e1e0c7;
}
body{
    background:var(--body-bg)  !important;
}
.index-header .header-bg {
    background: var(--header-bg);
}
.index-header .firstnav ul li.curr{
    background: var(--nav-curr-bg);
}
