:root {
    --gray-basic-text: #b1b5bb;
    --white-text: #ffffff;
    --accent-text: #333;
    --accent-color: #666;
    --primary-color: #bbb;
    --secondary-color: #111;
    --hover-color: #999;
    --nav-text-color: #2d3f3f;
    /* tags colors */
    --color-azure: #6fa8dc;
    --color-green: #93c47d;
    --color-yellow: #f9c119;
    --color-grey: #cccccc;
    --color-red: #e06666;
}
