:root {

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

    --highlight-color: #f8b041;

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

    --socials-icon-color: #343434;

    --numbers-number-color: #f8b041;

    --numbers-number-background: white;

    --link-color: #f8b041;

    --button-color: #f8b041;

    --background-secondary-color: whitesmoke;
    --highlight-light-color: whitesmoke;
    --services-boxes-color: whitesmoke;
    
    --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: #555555;
    
    --background-color: white;
    --section2-preTitle-background2-color: white;
    --secondary-color: white;

    --footer-color: #f5f5f5;

    --footer-background: url("/content/footer_background.png");


     --header-background: url("/content/header_background.jpg");

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

}

