:root {
    --themeht-primary-color: #f26722;       /* Deep Sea (Primary) */
    --themeht-secondary-color: #f26722;     /* Sunrise Yellow (Secondary) */
    --themeht-primary2-color: #f26722;      /* Sunset Orange (Accent 1) */
    --themeht-secondary2-color: #f26722;    /* Forest Green (Accent 2) */
    --themeht-text-color: #0c0835;          /* Use Deep Sea for text */
    --themeht-body-color: #5d57a6;          /* Soft Indigo for body background */
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: rgba(238, 238, 238, 0.608);     /* Deep Sea as dark background */
    --themeht-bg-light-color: #5d57a627;    /* Soft Indigo as light background (with transparency) */
    --themeht-border-light-color: #f2672277;/* Sunset Orange as border color (with transparency) */
    --themeht-text-light-gray: #f26722;     /* Forest Green as stylish light text */
    --themeht-body-font-family: "Hanken Grotesk", sans-serif;
    --themeht-secondary-font-family: "Archivo", sans-serif;

    --themeht-secondary-2-color: #ffcc00;    
    --themeht-text-light-2-gray: #aef803;  
    --themeht-secondary-3-color: #0c0c2c;

}
