:root{
    --pc-green-titles: rgb(5, 185, 60);
    --pc-green-subtitles: rgb(9, 144, 50);
    --pc-right-content-bg: #F4F4F4;
    --pc-left-content-bg: #EAEAEA;
    --pc-bg-white: #FFFFFF;
    --pc-bg-white-opacity: rgba(255, 255, 255, 0);
    --pc-bg-black: #000000;
    --pc-fs-body-rem: 1rem;
    --pc-fs-body-px: 20px;
}


#breadcrumbs a {
    text-decoration: none;
    color: var(--pc-green-titles);
    font-size: 15px;
}

#breadcrumbs a:hover{
    text-decoration: underline;
    text-decoration-color: var(--pc-green-subtitles);
    color: var(--pc-green-subtitles);
    font-size: 15px;
}

#breadcrumbs .breadcrumb_last {
    font-size:15px;
}

#breadcrumbs > p {
    font-size:15px;
}


