:root {

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

    --highlight-color: #7497af;

    --footer-icon-color: grey;
    --copyright-color: grey;

    --socials-icon-color: #343434;

    --numbers-number-color: #7497af;

    --numbers-number-background: white;

    --link-color: #7497af;

    --button-color: #7497af;

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

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

    --menu-color: #484848;

    --paragraph-color: #737373;
    
    --background-color: white;
    --section2-preTitle-background2-color: white;
    --secondary-color: white;

    --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");

    
    --foter-radius: 20px;
    --border-radius: 10px;
    --input-radius: 5px;
    --font: 'Outfit', sans-serif;
    --button-radius: 25px;

}

