:root {
    --primary: #B62031;
    --primary-transparent: #B6203180;
    --primary-contrast: #FFFFFF;
    --primary-darken1: #B62031;
    --primary-darken2: #F5F5F5;
    --primary-lighten1: #ff6e6f;
    
    --secondary: #DCDCDC;
    --secondary-transparent: #DCDCDCbd;
    --secondary-contrast: #FFFFFF;
    --secondary-darken1: #DCDCDC;
    --secondary-darken2: #F5F5F5;
    --secondary-lighten1: #434343;
    
    --tertiary: #080000;
    --tertiary-transparent: #080000bd;
    --tertiary-contrast: #FFFFFF;
    --tertiary-darken1: #080000;
    --tertiary-darken2: #F5F5F5;
    --tertiary-lighten1: #ff7066;    

    --header-bg: #fff;
    --header-color: #DCDCDC;

    --footer-bg: #23DCDCDC2;
    --footer-color: #fff;

    --white: #FFFFFF;
    --black: #080000;
    --gray: #E1E1E1;
    --grayDark: #A2A2A2;

    --whatsapp: #25D366;

    --border-color: #ced4da;
    --border-color-contrast: #DCDCDC;
}