:root {
    --themeht-primary-color: #fb4617;
    --themeht-secondary-color: #010101;
    --themeht-text-color: #0E0E0E;
    --themeht-body-color: #5E5E5E;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #0f0f0f;
    --themeht-bg-light-color: #c8ccd6;
    --themeht-border-light-color: #DADADA;
    --themeht-rgba-color: rgba(255,255,255,0.9);
    --themeht-typography-body-font-family: "Montserrat", sans-serif;
    --themeht-typography-secondary-font-family: "Arial", sans-serif;
}
