/* Replace #0055d4 with #0a9ba3 */
a {
    color: #0a9ba3 !important;
    text-decoration-color: #0a9ba3 !important;
}
input:focus {
    border-color: #0a9ba3 !important;
}
.button {
    background: #0a9ba3 !important;
    color: #fff !important;
}
.button.button-outline {
    background: #0a9ba3 !important;
    border-color: #0a9ba3 !important;
    color: #fff !important;
}
/* Checkboxes */
input[type=checkbox]:checked {
    accent-color: #0a9ba3 !important;
}
