:root,body{
    --theme--primary-color: var(--e-global-color-primary);
    --theme--primary-color-20: #69735820;
    --theme--primary-color-40: #69735840;
    --theme--primary-color-60: #69735860;
    --theme--primary-color-80: #69735880;
    --theme--secondary-color: var(--e-global-color-secondary);
    --theme--background-color: #f8f3ef;
    --theme--text-color:var(--e-global-color-text);
    --theme--star-color:var(--e-global-color-primary);
    --theme--footer-color:var(--e-global-color-text);
    --theme--footer-text-color:var(--e-global-color-text);
    --theme--footer-highlight-color:var(--e-global-color-text);
    --theme--border-radius:0px;
    --card--border-radius:var(--theme--border-radius);
    --master--inset-amount:0px;
    --theme--primary-font: var(--e-global-typography-primary-font-family),"Montserrat", sans-serif;   
    --theme--secondary-font: var(--e-global-typography-secondary-font-family),"Montserrat", sans-serif; 
    
    
    --theme--body-font: var(--e-global-typography-text-font-family);
    --theme--heading-font: var(--theme--secondary-font);
    --theme--button-font: var(--theme--primary-font);
    --theme--input-font: var(--theme--primary-font);
    
    
    --theme--body-font-weight: var(--e-global-typography-text-font-weight);
    --theme--heading-font-weight: var(--e-global-typography-secondary-font-weight);
    --theme--button-font-weight: var(--e-global-typography-secondary-font-weight);
    --theme--input-font-weight: var(--e-global-typography-secondary-font-weight);
    
    --text-size-largest: 1.375em;
    --text-size-larger: 1.25em;
    --text-size-large: 1.125em;
    --text-size-small: 0.875em;
    --text-size-smaller: 0.75em; 
    --text-size-smallest: 0.625em; 

    --theme--inset-amount : var(--master--inset-amount);
    --page--inset-amount : var(--theme--inset-amount);

    --theme--footer-background-color: var(--theme--footer-color);
    --theme--footer-heading-color: var(--theme--footer-highlight-color);
    --global--admin-bar--height:32px;
}