﻿:root {
    --primary-color: #534588;
    --secondary-color: #0075c9;
    --nav-button-area-bg: #0075c9;
    --primary-hover: #7268a0;
    --highlight-color: #7268a0;
    --message-center-border: #534588;
    --secondary-hover: #7268a0;
    --textbox-focus: #534588;
    --message-center-unread: #534588;
    --alert-info: #534588;
    --announcements-hover: #0075c9;
    --leaving-site-hover: #7268a0;
    --provider-announcements: #534588;
}

.secondary-text{
    color: var(--secondary-color);
}