:root {
    --thm-gray-color: #646964;
    --thm-gray-color-rgb: 108, 100, 100;
    --thm-primary-color: #f04721;
    --thm-primary-color-rgb: 240, 71, 33;
    --thm-black-color: #1e1e1e;
    --thm-black-color-rgb: 30, 30, 30;
    --thm-black-color-bg: #1e1e1e;
    --thm-black-color-bg-rgb: 30, 30, 30;
    --thm-gray-bg: #f8f3f2;
    --thm-gray-bg-rgb: 248, 243, 242;
}








/*--------------------------------------------------
# End Css 
----------------------------------------------------*/