:root {
    --thm-font: 'Inter', sans-serif;
    --thm-font-2: 'Plus Jakarta Sans', sans-serif;
    --thm-primary-color: #dd9332;
    --thm-primary-color-rgb: 5, 73, 254;
    --thm-secondary-color: #f7c27d;
    --thm-secondary-color-rgb: 5, 198, 254;

    --thm-body-font-color: #626369;
    --thm-body-font-size: 16px;
    --thm-body-line-height: 26px;
    --thm-body-font-weight: 400;

    --thm-heading-font-color: #0c1c36;
    --thm-white: #ffffff;
    --thm-black: #0c1c36;
    --thm-black-bg: #0c1c36;
    --thm-black-bg-2: #1b1c21;
    --thm-gray-bg: #f7f7f7;

    --thm-border-color: #eeeeee;
    --thm-border-radius: 10px;
}


.body-bg-2 {
    background-color: #f7f7f7;
}