:root {
    --brandBackgroundColor: #7b003a;
    --brandTextColor: #ffffff;
    --footerBackgroundColor: #939191;
    --cardHeaderBackgroundColor: #7b003a;
    --cardHeaderTextColor: white;
}

a.link-coretec {
    color: #426896;
    font-weight: 400;
    text-decoration: none;
}

a.link-coretec:hover {
    color: #426896;
    font-weight: 700;
    text-decoration: none;
}
