:root {
    --mdc-theme-primary: #eb7100;
	--mdc-theme-primary-shade: rgba(235, 113, 0, 0.2);
    --mdc-theme-on-primary: #fff;
    --mdc-theme-secondary: #54433a;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-background: #fafafa; 
    --mdc-theme-surface: #fff; 
    --mdc-theme-on-surface: #54433a;
    --mdc-theme-error: #ff3333;
    --mdc-theme-text-primary-on-background: rgba(49,64,96, 0.87);
    --mdc-theme-text-secondary-on-background: #54433a; 
    --theme-base-color: rgba(49,64,96,.87);
    --theme-primary-rgb: 0,130,240;
    --theme-primary-rgb-lighter: 77,163,237;
    --theme-divider: rgba(49,64,96, 0.12);
    --theme-surface-rgb: 255,255,255;
    --theme-inputs-border-color: rgba(49,64,96, 0.2);
    --theme-unselected-chip: #e0e0e0; 
    --swiper-theme-color: #00ba74; 
}