/* Variables */
:root{
    --white:    #ffffff;
    --black:    #333333;
    --grey:     #666666;
    --green:    #0c716c;
    --red:      #eb734e;
    --blue:      #07547a;
    --charGrey: #888888;
    --tabBorder:#c3d8d7;
    --tabChar:  #81a9a7;
    --tabFill:  #58a9a5;
    --dotColer: #dddddd;
    --langButtonColor: var(--green);
    --langButtonActiveColor: #eb734e;
    --drawerBgColor: #fcfcfc;
    --siteWidth: 1200px;
    --siteWidthSP: 870px;
    --fadetime: 0.5s;
    --baseRadius: 5px;
    --bgOpacity: 1.0;
    --defaultFontSize: 14px;
}