:root {
    --mainTitle: #fff;
    --footerTitle: #fff;

    --buttonBg: #008069;
    --buttonText: #fff;
    --buttonBorder: 2px solid #008069;

    --buttonBgHover: none;
    --buttonTextHover: #008069;
    --buttonBorderHover: 2px solid #008069;

    --buttonBgActive: #fff;
    --buttonTextActive: #008069;
    --buttonBorderActive: 2px solid #fff;

    --mainBg: #F0E9E1;
    --loanBg: #F3FFED;
    --loanShadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
    --loanBorder: none;
    --headerMenuBg: #B2D9D2;
    --headerBg: #008069;
    --footerBg: #008069;

    --infoTitleColor: #575E63;
}