/* VERSION: 041726-1 */

/**
 * Custom CSS - Site-specific overrides
 * Add any site-specific customizations here
 */

/* CTA button text color override */
.btn-primary,
a.btn-primary,
.btn-primary:hover,
a.btn-primary:hover {
    color: var(--secondary-dark) !important;
}