:root {
    --skin-text: #212121;
    --skin-text444: #444;
    --skin-gray-dark: #414648;
    --skin-white:#fff;
    --skin-red-dark:#993300;
    --skin-teal-dark:#045646;
    --skin-cyan: #17a2b8;
    --skin-orangered: orangered;
    --skin-sec_head: .2s;



    /* new colors */
    --skin-main-bg: #f5f7fa;
    --skin-blue: #02435c;
    --skin-blue-base: #2f7299;
    --skin-blue-light: #57b5c3;
    --skin-blue-dark: #001c2e;
    --skin-gray-light: #e0e6e5;
    --skin-gray-light-light: #f1f1f1;
    --skin-gray: #98a7ae;
}

