
:root{
    --enterprise-name: Ubuntoo;
    
    --ubuntoo-primary: #0E222E;  
    --ubuntoo-primary-rgb: 14, 34, 46;
        
    --ubuntoo-primary-other: #3a505e;

    --ubuntoo-card: #F5F8FA;

    --ubuntoo-gray: #717171;
    --ubuntoo-tab-background: #E5E9EC;

    --ubuntoo-secondary: #2A9747;
    --ubuntoo-secondary-rgb: 42, 151, 71;
    
    --ubuntoo-secondary-other: #f3f3f3;
    --ubuntoo-secondary-other-rgb: 243, 243, 243;

    --ubuntoo-text-color: #4d4d4d;
    --ubuntoo-text-color-rgb: 77, 77, 77;
    
    --ubuntoo-disable-button: #b7b7b7;
    --ubuntoo-disable-button-rgb: 183, 183, 183;

    --ubuntoo-text-highlight: rgb(42, 151, 71);

    --ubuntoo-link: #ADB6BD;

    --ubuntoo-orange: #FF5531;

    --primary: var(--ubuntoo-primary) !important;
    --bs-primary: var(--ubuntoo-primary) !important;
    --bs-primary-rgb: var(--ubuntoo-primary-rgb) !important;
    
    --secondary: var(--ubuntoo-primary-other) !important;
    --bs-secondary: var(--ubuntoo-primary-other) !important;
    --bs-secondary: var(--ubuntoo-primary-other) !important;
    
    --bs-dark-rgb:var(--ubuntoo-primary-other) !important;
    
    --logo-img: ;
    --logo-top-img: ;    
    
    --facebook-url: https://www.facebook.com/ubuntooworld;
    --twitter-url: ;
    --youtube-url: ;
    --linkedin-url: ;
    --instagram-url: ;
}