:root {
    /* Additional */
    --font-family: Arial, Helvetica, sans-serif;
    --hover-color: #a3ff78;
    --accent-color: #479919;

    /* Scroll to top */
    --scroll-to-top-color: #ffffff;
    --scroll-to-top-bg-color: var(--accent-color);
    --scroll-to-top-hover-border-color: #ffffff;

    /* Home page specific colors */
    --paragraph-title-color: #333333;

    /* Hero section */
    --hero-text-color: #ffffff;

    /*Services section*/
    --services-section-bg-color: #f8f8f8;
    --service-item-bg-color: #e8e8e8;
    --service-item-color-title: #333333;
    --service-item-color-text: #333333;

    /*Research section*/
    --research-section-color-bg: #e9e9e9;
    --research-item-color-bg: #ffffff;
    --research-item-color-title: #333333;
    --research-item-color-date: #747373;

    /*Footer section*/
    --footer-bg-color: #255F26;
    --footer-text-color: #ffffff;

    /*Filter for a3ff78*/
    --social-icon-hover-filter: brightness(0) saturate(100%) invert(100%) sepia(20%) saturate(5831%) hue-rotate(42deg) brightness(112%) contrast(103%);
    --address-container-color: #ffffff4d;
}
