:root {

    --primary-color: black;
    --border-color: #eaeaea;
    --news-border-color: #eaeaea;

    --highlight-color: #1cbaae;

    --footer-icon-color: #1cbaae;
    --copyright-color: #1cbaae;

    --socials-icon-color: #1cbaae;

    --numbers-number-color: #1cbaae;

    --numbers-number-background: white;

    --link-color: #1cbaae;

    --button-color: #1cbaae;

    --background-secondary-color: #f4f4f4;
    --highlight-light-color: #f4f4f4;
    --services-boxes-color: #f4f4f4;
    
    --news-date-color: #ababab;

    --table-color: #f8f9fa;
    --table-header-color: #56595e;
    
    --section-preTitle-background-color: #f4f4f4;
    --section-preTitle-color: #575656;

    --menu-color: black;

    --paragraph-color: #545454;
    
    --background-color: white;
    --section2-preTitle-background2-color: white;
    --secondary-color: white;
    --footer-color: #282d75;
    --footer-secondary-color: #333332;

    --footer-background: url("/www/web/img/section-footer-background.png");


    --header-background: url("/www/web/img/section-subBanner-background.png");

    --banner-background: url("/www/web/img/section-banner-background.png");

    --footer-color-text: #8a8dc4;
    
    --border-sm-radius: 20px;
    --border-radius: 50px;
    --input-radius: 5px;
    --button-radius: 7px;

}

