:root {
    --thm-primary-color: #f3b414;
    --thm-primary-color-rgb: rgb(120, 121, 72);
    --thm-body-font-color: #656561;
    --thm-heading-font-color: #1e1e17;
    --thm-black: #1e1e17;
    --thm-black-bg: #1e1e17;
    --thm-gray-bg: #f1f1eb;
    --thm-white-bg: #fff;
    --thm-btn-bg: #1e80a5;
}