:root {
    /* font color */
    --font-main: #333;
    --font-white: #fff;
    --font-grey: #9f9f9f;
    --font-not-active-button: #ccc;
    --font-red: #FE5757;
    --font-yellow: #FBCA52;
    --font-black: #1e1e1e;
    /* color */
    --bg-col: #222;
    --bg-white: #fff;
    --bg-yellow: #fedd5a;
    --bg-brown: #544242;
    --bg-light-blue: #edfcfd;
    --bg-blue: #86dbe7;
    --bg-red: #FE5757;
    --button-col: #0085ff;
    --button-not-active: #ccc;
    --line-grey: #ccc;
}