/* Root variable here */

:root {
    --primary: #6b7280;
    --secondary: #e5e7eb;
    --text-white: #fdfdfd;
    --text-gray: #bdbdbd;
    --text-black: #3d3d3d;
    --back-white: #f9f9f9;
    --back-gray: #bdbdbd;
    --back-black: #3d3d3d;
}