
:root {
    --main-bg: #f6f6f6;
    --top-bg: #272626;
    --header-bg: #f5f5f5;
    --menu-bg: #ffffff;
    --content-bg: #fff;
    --aside-bg: #ffffff;
    --content-bg:#ffffff;
    --footer-bg: #2c2d2e;
    --text-color: #272626;
    --a-text: #fe2d2d;
    --a-bg: #292929;
    --a-text-hover: #272626;
    --a-bg-hover: #272626;
    --a-text-active: #272626;
    --a-bg-active: #272626;
    --btn-bg: #00a693;
    --btn-text: #272626;

    /*-------------------------------*/

     --item-color1:#00a693;
     --item-color2:#0093a6;
     --item-color3:#cc0033;
     --item-color4:#fe2d2d;
     --item-color5:#e71d32;
     --item-color6:#ff6633;
     --item-color7:#d99058;
     --item-color8:#0067a5;

}