:root {
    --pages-header-backgroundColor: #f3f5f7;
    --pages-header-textColor: #111818;
    --pages-header-menuBackgroundColor: #52525b;
    --pages-header-menuTextColor: #ffffff;
    --pages-mainContainer-backgroundColor: #f3f5f7;
    --pages-mainContainer-primaryTextColor: #111818;
    --pages-mainContainer-secondaryTextColor: #999999;
    --pages-mainContainer-accentColor: #059BC2;
    --pages-footer-backgroundColor: #27272a;
    --pages-footer-textColor: #ffffff;
    --buttons-backgroundColor: #52525b;
    --buttons-backgroundHoverColor: #e6283d;
    --buttons-textColor: #ffffff;
    --buttons-textHoverColor: #ffffff;
    --buttons-borderColor: #52525b;
    --buttons-borderHoverColor: #e6283d;
    --buttons-borderRadius: 5px;
    --buttons-buttonLinkColor: #52525b;
    --buttons-buttonLinkHoverColor: #27272a;
    --buttons-hypertextLinkColor: #52525b;
    --buttons-hypertextLinkHoverColor: #27272a;
    --elements-loader-buttonColor: #ffffff;
    --elements-loader-pageColor: #ef3f4d;
    --elements-notificationPanel-backgroundColor: #e7e72de5;
    --elements-notificationPanel-textColor: #000000;
    --elements-notificationPanel-lineColor: #37d67a;
    --elements-informationPanels-successBackgroundColor: #30A74B;
    --elements-informationPanels-successTextColor: #ffffff;
    --elements-informationPanels-successIconColor: #ffffff;
    --elements-informationPanels-errorBackgroundColor: #EB5757;
    --elements-informationPanels-errorTextColor: #ffffff;
    --elements-informationPanels-errorIconColor: #ffffff;
    --cards-body-backgroundColor: #EEEEEE;
    --cards-body-borderColor: #2ccce400;
    --cards-body-borderRadius: 5px;
    --cards-body-shadowColor: #00000030;
    --cards-sectionTitle-lineColor: #27272a;
    --cards-sectionTitle-backgroundColor: #EEEEEE;
    --cards-sectionTitle-textColor: #292929;
    --inputs-radioButtons-backgroundColor: #EEEEEE;
    --inputs-radioButtons-backgroundSelectedColor: #52525b;
    --inputs-radioButtons-borderColor: #D6D6D6;
    --inputs-radioButtons-borderRadius: 5px;
    --inputs-radioButtons-borderSelectedColor: #2ccce400;
    --inputs-radioButtons-textColor: #000000;
    --inputs-radioButtons-textSelectedColor: #ffffff;
}